-
Notifications
You must be signed in to change notification settings - Fork 39
/
.gitignore
113 lines (95 loc) · 1.13 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
## Version number
data/version_number
## Compilation
build.log
.depend
.order
*.a
**/make/*.f
**/make/*.f90
**/make/*.mod
**/make/*.smod
*.o
*.so
/lib/
/include/
*.pyc
*/other/*.mod
## Debugging/Profiling
gmon.out
callgrind.out*
massif.out*
valgrind.out*
vgcore.*
## Diffs/Patches
*.orig
*.patch
*.rej
## Documentation
/dox/
docs/source/_tags
## Executables
*.x
## Output
**/LOGS*/
**/LOGS1/
**/LOGS2/
**/photos/
**/png/
**/png1/
**/png2/
**/png3/
**/pgstar_out/
**/pgstar_out1/
**/pgstar_out2/
**/pgstar_out3/
**/plt_out/
**/plt_out1/
**/plt_out2/
**/plt_out3/
## Bill
star_data/public_*
star_data/private_*
star/defaults_*
star/job_*
star/other_*
star/private_*
star/public_*
*.notes
inlist
lst*
d1*
fort.*
## Restarts
.restart
restart_photo
## Testing
**/test/diff.txt
**/test/plotter
**/test/sample
**/test/tester
**/test/test_quietly
**/test/test_quietly.txt
**/test/tmp.txt
## Test Suite
.running
checks.md5
mk.txt
err.txt
mem-rn.txt
mem-re.txt
out.txt
final.mod
final_check.mod
final_check_diff.txt
final_profile.data
final_profile_check.data
test_results.yml
testhub.yml
## Misc
._*
.DS_Store
.mesa_temp_cache/
TAGS
.vscode
.idea