forked from astromatic/sextractor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
59 lines (56 loc) · 905 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
# autogen.sh generated files
/Makefile.in
/aclocal.m4
/autoconf/
/autom4te.cache/
/config.h.in
/configure
/debian/Makefile.in
/doc/Makefile.in
/m4/libtool.m4
/m4/ltoptions.m4
/m4/ltsugar.m4
/m4/ltversion.m4
/m4/lt~obsolete.m4
/man/Makefile.in
/src/Makefile.in
/src/fits/Makefile.in
/src/wcs/Makefile.in
/src/levmar/Makefile.in
/tests/Makefile.in
# configure generated files
/Makefile
/config.h
/config.h.in~
/config.log
/config.status
/debian/Makefile
/debian/changelog
/doc/Makefile
/libtool
/man/Makefile
/sextractor.spec
/src/.deps/
/src/levmar/.deps/
/src/Makefile
/src/fits/.deps/
/src/fits/Makefile
/src/wcs/.deps/
/src/wcs/Makefile
/src/levmar/Makefile
/tests/Makefile
/stamp-h1
/man/sex.1
# build objects and targets
*.o
/src/sex
/src/ldactoasc
/src/f
/src/fits/libfits.a
/src/wcs/libwcs_c.a
/src/levmar/liblevmar.a
/doc/build/
# generated by icc with -prof-gen=srcpos option
*.dyn
*.spi
*.spl