Code

Merged branch 'master' of git://git.tokkee.org/sysdb.
[sysdb.git] / .gitignore
1 # build system stuff
2 m4/argz.m4
3 m4/libtool.m4
4 m4/ltdl.m4
5 m4/ltoptions.m4
6 m4/ltsugar.m4
7 m4/ltversion.m4
8 m4/lt~obsolete.m4
9 src/config.h*
10 .deps
11 Makefile
12 Makefile.in
13 aclocal.m4
14 ar-lib
15 autom4te.cache
16 compile
17 /config.*
18 configure
19 depcomp
20 install-sh
21 missing
22 stamp-h1
23 version
24 ylwrap
26 # ltdl stuff
27 libltdl
28 libtool
29 ltmain.sh
31 # build output
32 doc/*.1
33 doc/*.1.html
34 doc/*.5
35 doc/*.5.html
36 doc/docbook-xsl.css
37 src/frontend/grammar.c
38 src/frontend/grammar.h
39 src/frontend/scanner.c
40 src/liboconfig/parser.c
41 src/liboconfig/parser.h
42 src/liboconfig/scanner.c
43 src/tools/sysdb/scanner.c
44 src/sysdb
45 src/sysdbd
46 .dirstamp
47 .libs
48 *.a
49 *.la
50 *.lo
51 *.o
52 sysdb.h
54 # integration/unit testing output
55 t/integration/*.sh.log
56 t/integration/*.sh.trs
57 t/unit/libsysdb_test
58 t/unit/libsysdb_net_test
59 t/unit/*.log
60 t/unit/*.trs
61 test-driver
62 test-suite.log