-
Notifications
You must be signed in to change notification settings - Fork 98
/
.gitignore
80 lines (68 loc) · 1.02 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
# latex intermediates
*.aux
*.log
*.dvi
*.toc
*.bbl
*.blg
*.lof
*.lot
*.idx
*.ilg
*.ind
Docs/*.out
Docs/*.ps
Docs/*.pdf
Docs/*/*.pdf
# emacs temporaries
*~
\#*
# Castro executables
Castro*.ex
*.exe
# plt and chk files
plt*
chk*
*plt?????
*chk?????
*plt?????.old*
*chk?????.old*
*plt?????.temp.old.*
*chk?????.temp.old.*
*.xmgr
# build directories
o/
d/
f/
t/
tmp_build_dir/
AMReX_buildInfo.cpp
# These files are created at build time
Exec/**/extern.F90
Exec/**/extern_parameters.*
Exec/**/prob_params_auto.F90
Exec/**/actual_network.F90
Exec/**/helm_table.dat
Exec/**/state_sizes.f90
Exec/**/set_indices.F90
Exec/**/set_conserved.H
Exec/**/set_primitive.H
Exec/**/set_godunov.H
*.hack
*.bak
Backtrace.*
Docs/build
Docs/doxy_files
Docs/class
Docs/classlist.rst
Docs/source/file/
Docs/source/filelist.rst
Docs/source/namespace/
Docs/source/namespacelist.rst
Docs/source/runtime_parameters.rst
Docs/source/*_files.rst
Docs/source/preprocessed_files
Docs/source/yt_example.rst
Docs/source/yt_example_files/
amr_diag.out
grid_diag.out