Code

.gitignore: Ignore test-driver.
[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 src/liboconfig/parser.c
33 src/liboconfig/parser.h
34 src/liboconfig/scanner.c
35 src/tools/sysdb/scanner.c
36 src/sysdb
37 src/sysdbd
38 .dirstamp
39 .libs
40 *.a
41 *.la
42 *.lo
43 *.o
44 sysdbd.1
45 sysdbd.conf.5
46 sysdb.h
48 # unit testing output
49 t/libsysdb_test
50 t/libsysdb_net_test
51 t/*.log
52 t/*.trs
53 test-driver