Code

store_json: Base the memstore emitter on the store-writer API.
[sysdb.git] / .gitignore
index 9cbc7c55ec993b156d627818119e11c57c30579c..aa77a2cfabc68cc916ee5641bd47d7c2d2657ab8 100644 (file)
@@ -29,9 +29,25 @@ libtool
 ltmain.sh
 
 # build output
+doc/*.1
+doc/*.1.html
+doc/*.1.xml
+doc/*.5
+doc/*.5.html
+doc/*.5.xml
+doc/*.7
+doc/*.7.html
+doc/*.7.xml
+doc/docbook-xsl.css
+src/frontend/grammar.c
+src/frontend/grammar.h
+src/frontend/scanner.c
 src/liboconfig/parser.c
 src/liboconfig/parser.h
 src/liboconfig/scanner.c
+src/parser/grammar.c
+src/parser/grammar.h
+src/parser/scanner.c
 src/tools/sysdb/scanner.c
 src/sysdb
 src/sysdbd
@@ -41,13 +57,13 @@ src/sysdbd
 *.la
 *.lo
 *.o
-sysdbd.1
-sysdbd.conf.5
 sysdb.h
 
-# unit testing output
-t/libsysdb_test
-t/libsysdb_net_test
-t/*.log
-t/*.trs
+# integration/unit testing output
+t/integration/*.sh.log
+t/integration/*.sh.trs
+t/unit/*/*_test
+t/unit/*/*_test.log
+t/unit/*/*_test.trs
 test-driver
+test-suite.log