Code

Allow and implement iterating arbitrary (non-constant) array values.
[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/*.1.xml
35 doc/*.5
36 doc/*.5.html
37 doc/*.5.xml
38 doc/*.7
39 doc/*.7.html
40 doc/*.7.xml
41 doc/docbook-xsl.css
42 src/frontend/grammar.c
43 src/frontend/grammar.h
44 src/frontend/scanner.c
45 src/liboconfig/parser.c
46 src/liboconfig/parser.h
47 src/liboconfig/scanner.c
48 src/parser/grammar.c
49 src/parser/grammar.h
50 src/parser/scanner.c
51 src/tools/sysdb/scanner.c
52 src/sysdb
53 src/sysdbd
54 .dirstamp
55 .libs
56 *.a
57 *.la
58 *.lo
59 *.o
60 sysdb.h
62 # integration/unit testing output
63 t/integration/*.sh.log
64 t/integration/*.sh.trs
65 t/unit/*/*_test
66 t/unit/*/*_test.log
67 t/unit/*/*_test.trs
68 test-driver
69 test-suite.log