-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy path.gitignore
59 lines (47 loc) · 1.82 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
# SBML Test Suite-specific things.
# ......................................................................
# Ignore previews
NEWS.html
README.html
# Ignore generated files in the test suite directories.
cases/semantic/[0-9][0-9][0-9][0-9][0-9]/[0-9][0-9][0-9][0-9][0-9]-model.html
cases/semantic/[0-9][0-9][0-9][0-9][0-9]/[0-9][0-9][0-9][0-9][0-9]-plot.html
cases/semantic/[0-9][0-9][0-9][0-9][0-9]/[0-9][0-9][0-9][0-9][0-9]-plot.png
cases/semantic/[0-9][0-9][0-9][0-9][0-9]/[0-9][0-9][0-9][0-9][0-9]-plot.jpg
cases/semantic/[0-9][0-9][0-9][0-9][0-9]/[0-9][0-9][0-9][0-9][0-9]-sbml-l[0-9]v[0-9]-sedml.xml
cases/semantic/[0-9][0-9][0-9][0-9][0-9]/[0-9][0-9][0-9][0-9][0-9].omex
cases/semantic/.cases-archive-date
cases/semantic/.cases-tags-map
cases/stochastic/[0-9][0-9][0-9][0-9][0-9]/[0-9][0-9][0-9][0-9][0-9]-plot.html
cases/stochastic/[0-9][0-9][0-9][0-9][0-9]/[0-9][0-9][0-9][0-9][0-9]-plot.png
cases/stochastic/[0-9][0-9][0-9][0-9][0-9]/[0-9][0-9][0-9][0-9][0-9]-plot.jpg
cases/stochastic/.cases-archive-date
cases/syntactic/[0-9][0-9][0-9][0-9][0-9]
cases/syntactic/comp-[0-9][0-9][0-9][0-9][0-9]
cases/syntactic/fbc-[0-9][0-9][0-9][0-9][0-9]
cases/syntactic/groups-[0-9][0-9][0-9][0-9][0-9]
cases/syntactic/layout-[0-9][0-9][0-9][0-9][0-9]
cases/syntactic/qual-[0-9][0-9][0-9][0-9][0-9]
cases/syntactic/multi-[0-9][0-9][0-9][0-9][0-9]
cases/syntactic/.cases-archive-date
cases/syntactic/summary-full.csv
cases/syntactic/uniqueErrors.txt
# Ignore some other things that are auto-generated.
.cases-archive-date
# OS-specific things to ignore:
# .............................................................................
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# General Emacs things.
# ......................................................................
*~
.#*
.git/COMMIT_EDITMSG
auto
*.synctex.gz
TAGS