Code

t/integration: Added simple framework for integration tests.
[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/*.5
34 src/frontend/grammar.c
35 src/frontend/grammar.h
36 src/frontend/scanner.c
37 src/liboconfig/parser.c
38 src/liboconfig/parser.h
39 src/liboconfig/scanner.c
40 src/tools/sysdb/scanner.c
41 src/sysdb
42 src/sysdbd
43 .dirstamp
44 .libs
45 *.a
46 *.la
47 *.lo
48 *.o
49 sysdb.h
51 # integration/unit testing output
52 t/integration/*.sh.log
53 t/integration/*.sh.trs
54 t/unit/libsysdb_test
55 t/unit/libsysdb_net_test
56 t/unit/*.log
57 t/unit/*.trs
58 test-driver
59 test-suite.log