-
Notifications
You must be signed in to change notification settings - Fork 48
/
.gitignore
executable file
·92 lines (73 loc) · 938 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
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
92
interp3d
make.inc
/src/build/
/src/build/compile
/doc/build
*~
*.mod
*.o
*.swp
*.pyc
fd_notes.log
fd_notes.aux
fd_notes.dvi
/bin/
# files generated by latex
*.clo
*.cls
*.aux
*.auxlock
*.dpth
*.dep
*.glo
*.idx
*.log
*.bcf
*.toc
*.ist
*.acn
*.acr
*.alg
*.bbl
*.blg
*.dvi
*.glg
*.gls
*.ilg
*.ind
*.lof
*.lot
*.maf
*.mtc
*.mtc1
*.md5
*.out
*.synctex.gz
*.gz
*.run.xml
*.nav
*.snm
*.vrb
# python compiled modules
*.pyc
*.pyo
# lut_shortcuts: meant to be edited/changed by the user
# lut_mapping_custom: includes user defined code
post_processing/lut_shortcuts.py
post_processing/lut_mapping_custom.py
# files generated by eclipse IDE
.cproject
.metadata/
.project
RemoteSystemsTempFiles/
# MacOS desktop file
.DS_Store
# Jupyter notebook checkpoints
.ipynb_checkpoints
# Reference State files generated by notebooks
CZtest.dat
dimensional.dat
Boussinesq.dat
custom_ref_viscous.dat
cref_from_MESA.dat
.vscode/settings.json