Code

t/cibuild.sh, .travis.yml: Do an AddressSanitizer run as well.
[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/frontend/grammar.c
33 src/frontend/grammar.h
34 src/frontend/scanner.c
35 src/liboconfig/parser.c
36 src/liboconfig/parser.h
37 src/liboconfig/scanner.c
38 src/tools/sysdb/scanner.c
39 src/sysdb
40 src/sysdbd
41 .dirstamp
42 .libs
43 *.a
44 *.la
45 *.lo
46 *.o
47 sysdbd.1
48 sysdbd.conf.5
49 sysdb.h
51 # unit testing output
52 t/libsysdb_test
53 t/libsysdb_net_test
54 t/*.log
55 t/*.trs
56 test-driver