-
Notifications
You must be signed in to change notification settings - Fork 3
/
.gitignore
59 lines (52 loc) · 855 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
# autotools specific generated files/dirs
build/
.deps/
.libs/
autom4te.cache/
configure
libtool
Makefile
Makefile.in
config.*
stamp-*
*.stamp
# generated executables
src/ctpl
# test suite
src/test
testsuite/*.log
testsuite/*.trs
testsuite/float-test
testsuite/read-number-test
testsuite/parsing-tests
# documentation
docs/reference/ctpl/html/
docs/reference/ctpl/xml/
docs/reference/ctpl/version.xml
docs/reference/ctpl/ctpl-*.txt
docs/reference/ctpl/ctpl-*.txt.bak
# this one is perhaps not so good
docs/reference/ctpl/ctpl.*
# gettext stuff
/ABOUT-NLS
/po/Makefile.in.in
/po/Makevars.template
/po/POTFILES
/po/Rules-quot
/po/*.sin
/po/*.sed
/po/*.pot
/po/*.gmo
# may be removed if some .m4 or .make became manually generated
*.m4
*.make
# generated files suffixes
*.o
*.a
*.lo
*.la
*.so
# other
/README