Code

sysdbql(7): Document the query language.
[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/*.7
37 doc/*.7.html
38 doc/docbook-xsl.css
39 src/frontend/grammar.c
40 src/frontend/grammar.h
41 src/frontend/scanner.c
42 src/liboconfig/parser.c
43 src/liboconfig/parser.h
44 src/liboconfig/scanner.c
45 src/tools/sysdb/scanner.c
46 src/sysdb
47 src/sysdbd
48 .dirstamp
49 .libs
50 *.a
51 *.la
52 *.lo
53 *.o
54 sysdb.h
56 # integration/unit testing output
57 t/integration/*.sh.log
58 t/integration/*.sh.trs
59 t/unit/libsysdb_test
60 t/unit/libsysdb_net_test
61 t/unit/*.log
62 t/unit/*.trs
63 test-driver
64 test-suite.log