-
Notifications
You must be signed in to change notification settings - Fork 22
/
.gitignore
74 lines (66 loc) · 956 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
*~
.deps
.libs
Makefile
Doxyfile
*.o
Makefile.in
ar-lib
compile
satyr.1
build/*
/autom4te.cache
/satyr
/satyr.pc
/satyr.spec
/satyr-version
/aclocal.m4
/config.log
/config.status
/config.guess
/config.sub
/configure
/depcomp
/install-sh
/ltmain.sh
/libtool
/missing
/py-compile
/docs/*.aux
/docs/btparser.idx
/docs/btparser.ilg
/docs/btparser.ind
/docs/btparser.log
/docs/btparser.out
/docs/btparser.toc
/docs/doxygen
/apidoc/html/*.html
/apidoc/html/*.css
/apidoc/html/*.js
/apidoc/html/*.png
/apidoc/html/search
/lib/.deps
/lib/.libs
/lib/*.l[ao]
/lib/Makefile
/lib/stamp-h1
/lib/config.h
/lib/config.h.in
/lib/normalize_hash.h
/python/*.l[ao]
/python/doc/conf.py
/python/doc/_build
/ruby/rubygem-satyr.spec
/ruby/satyr-*.gem
/test-driver
/tests/*.log
/tests/*.trs
/tests/Makefile
/tests/atconfig
/tests/atlocal
/tests/package.m4
/tests/testsuite
/tests/testsuite.log
/tests/testsuite.dir
/tests/python/test_helpers.pyc
/tests/python/__pycache__