-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
75 lines (69 loc) · 926 Bytes
/
.gitignore
File metadata and controls
75 lines (69 loc) · 926 Bytes
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
*.pdf
*.toc
*.xyz
*.xyz.log
*.[oa]
*~
*.gz
# binaries
src/accutest
src/integratelist
src/integratexyz
src/jettest
src/randtest
src/rbvtest
src/rundynamics
src/syn2ds9
src/vtest
src/vejtest
src/xyz2fits
src/xyz2psd
src/xyzinfo
# Ignore any autogenerated files or anything that can be filled in
# with autoconf/automake
Makefile
Makefile.in
# but keep test/Makefile
!test/Makefile
aclocal.m4
config.*
configure
libtool
stamp-h1
api/rundynamics/*
api/Doxyfile
build/*
build-dev/*
config/*
autom4te.cache/*
doc/userguide/*.log
doc/userguide/*.out
doc/userguide/*.aux
doc/cometsuite.html
doc/cometsuite.t2p
doc/*.info
doc/stamp-vti
doc/version.texi
doc/*.1
m4/*
src/.deps
test-results/*
test/*.dat
test/*.psd
test/*.fits
test/*.reg
api/Doxyfile
src/.deps/
src/accutest
src/integratelist
src/integratexyz
src/jettest
src/randtest
src/rbvtest
src/rundynamics
src/syn2ds9
src/vtest
src/xyz2fits
src/xyz2psd
src/xyzinfo
stamp-h1