forked from AndySomogyi/sbmlsolver
-
Notifications
You must be signed in to change notification settings - Fork 25
/
.gitignore
74 lines (62 loc) · 1.47 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
.DS_Store
*~
*.pyc
*#
.#*
*.orig
*.kate-swp
**/.swp
# Merge backups (kdiff3?)
*.BACKUP*
*.BASE*
*.LOCAL*
*.REMOTE*
# libsbml auto-generated files
third_party/libSBML-5.9.0-Source/src/bindings/swig/libsbml-packages.h
third_party/libSBML-5.9.0-Source/src/bindings/swig/libsbml-packages.i
third_party/libSBML-5.9.0-Source/src/sbml/common/libsbml-config-common.h
third_party/libSBML-5.9.0-Source/src/sbml/extension/RegisterExtensions.cxx
third_party/libSBML-5.9.0-Source/src/sbml/extension/RegisterExtensions.h
# libsbml swig generated files
third_party/libSBML-5.9.0-Source/src/bindings/python/local-downcast-extension.cpp
third_party/libSBML-5.9.0-Source/src/bindings/python/local-downcast-namespaces.cpp
third_party/libSBML-5.9.0-Source/src/bindings/python/local-downcast-plugins.cpp
third_party/libSBML-5.9.0-Source/src/bindings/python/local-downcast.cpp
third_party/libSBML-5.9.0-Source/src/bindings/python/local-packages.i
wrappers/C/Testing/alexTestOutput.xml
# no idea
.swm
.swn
.swo
.vs/*
# for people who use clion
cmake-*
.idea
install-*
rr-install*
*.vcxproj
*.vcxproj.filter
*.sln
third_party/LLVM6.0.1
dependencies
dependencies*
cmake-*
.DS_Store
build
out
#test output file(s?)
test/sbml-test-suite/stochastic/results.tsv
install-release
build-debug
build-release
install-debug
roadrunner-install-*
# temp.
sundials
test/PerformanceTests/biomodels
test/PerformanceTests/biomodels.zip
test/PerformanceTests/simulations
test/PerformanceTests/OldData
build-msvc
biomodels
biomodels.zip