forked from AlTarFramework/altar
-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitignore
51 lines (42 loc) · 800 Bytes
/
.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
# ignore rules
# junk
*~
__pycache__
.DS_Store
# the default build locations
/builds
/products
# the developer
.idea
# the synthetic data from the mogi model
/models/mogi/examples/**/*.txt
/models/mogi/examples/**/*.csv
# the synthetic data from the cdm model
/models/cdm/examples/**/*.txt
/models/cdm/examples/**/*.csv
# auctex lint
/doc/**/auto
# tex lint
/doc/**/*.aux
/doc/**/*.bbl
/doc/**/*.blg
/doc/**/*.log
/doc/**/*.nav
/doc/**/*.out
/doc/**/*.snm
/doc/**/*.toc
/doc/**/*.vrb
# ignore pdfs
/doc/**/*.pdf
# but not those that are figures
!doc/**/figures/*.pdf
# example outputs
pro*.csv
**/examples/sigma.txt
**/examples/theta.txt
**/examples/llk.txt
**/results/
BetaStatistics.txt
# availabel upon request, due to large sizes
models/seismic/examples/kinematicG_9patch/
# end of file