Code

plugin: Make sdb_plugin_info_t public.
[sysdb.git] / .gitignore
index 63813b029f164e7c60eea3d0bc000b4a20644e55..dbdf2bb49d8398a41277e73926272957c75ac291 100644 (file)
@@ -11,6 +11,7 @@ src/config.h*
 Makefile
 Makefile.in
 aclocal.m4
+ar-lib
 autom4te.cache
 compile
 /config.*
@@ -28,22 +29,39 @@ 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/tools/sysdb/scanner.c
+src/sysdb
+src/sysdbd
 .dirstamp
 .libs
+*.a
 *.la
 *.lo
 *.o
-sysdb
-sysdbd
-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/libsysdb_test
+t/unit/libsysdb_net_test
+t/unit/*.log
+t/unit/*.trs
+test-driver
+test-suite.log