forked from BioGearsEngine/Engine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
91 lines (81 loc) · 1.81 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
/bin/markdown/
/bin/compare_results/
/bin/graph_results/
/bin/UnitTests/
/bin/Debug/
/bin/Debug64/
/bin/RelWithDebInfo/
/bin/RelWithDebInfo64/
/bin/Release/
/bin/Release64/
/bin/Scenarios/
/bin/states/
/bin/stable/
/bin/validation/
/bin/xsd/
/bin/UCEDefs.txt
/bin/*.jar
/bin/*.log
/bin/*.xml
/deploy/toolkit/BioGears.jar
/deploy/toolkit/Scenarios/
/deploy/toolkit/config/
/deploy/toolkit/ecg/
/deploy/toolkit/environments/
/deploy/toolkit/states/
/deploy/toolkit/substances/
/deploy/toolkit/patients/
/deploy/toolkit/nutrition/
/deploy/toolkit/release/
/deploy/toolkit/release64/
/deploy/toolkit/xsd/
/deploy/toolkit/BioGearsConfiguration.xml
/deploy/toolkit/UCEDefs.txt
/deploy/toolkit/log4j.properties
/deploy/toolkit/build*.bat
/deploy/*.zip
/deploy/*.tlog
/deploy/*.tlog
/docs/Doxygen/processed_md/
/docs/Doxygen/*.tmp
/docs/Doxygen/latex/
/docs/Doxygen/html/*.css
/docs/Doxygen/html/*.hhc
/docs/Doxygen/html/*.hhk
/docs/Doxygen/html/*.hhp
/docs/Doxygen/html/*.html
/docs/Doxygen/html/*.js
/docs/Doxygen/html/*.pdf
/docs/Doxygen/html/*.png
/docs/Doxygen/html/*.PNG
/docs/Doxygen/html/_formulas.tex
/docs/Doxygen/html/search/**/*
/docs/Doxygen/html/plots/**/*
!/docs/Doxygen/html/bootstrap/**/*
!/docs/Doxygen/html/font-awesome-4.3.0/**/*
!/docs/Doxygen/html/images/**/*
/src/cmake/msvs12x32/
/src/cmake/msvs12x64/
/src/cmake/msvs14x32/
/src/cmake/msvs14x64/
/src/cmake/mingw/
/src/cmake/mingw64/
/src/cmake/xcode/
/src/cmake/unixMake/
/src/cmake/raspberryPi/
/src/cdm/build/
/src/schema/build/
/src/schema/cpp_schema_built
/src/schema/java_schema_built
/src/schema/java/mil/tatrc/physiology/datamodel/bind/
/src/schema/cpp/bind/min/
/src/schema/cpp/bind/*.hxx
/src/schema/cpp/bind/*.cxx
/src/engine/build/
/src/gui/build/
/src/sdk/bin/
/src/sdk/include/
/src/sdk/lib/
/src/sdk/howto/build/
/src/sdk/cmake/msvs14x32/
/src/sdk/cmake/msvs14x64/