Code

parser: Let the TIMESERIES command accept optional data-source names.
[sysdb.git] / .gitignore
index 5edd76f8810d26f9e706b988fb3f076dda7e25ef..aa77a2cfabc68cc916ee5641bd47d7c2d2657ab8 100644 (file)
@@ -6,13 +6,15 @@ m4/ltoptions.m4
 m4/ltsugar.m4
 m4/ltversion.m4
 m4/lt~obsolete.m4
+src/config.h*
 .deps
 Makefile
 Makefile.in
 aclocal.m4
+ar-lib
 autom4te.cache
 compile
-config.*
+/config.*
 configure
 depcomp
 install-sh
@@ -27,15 +29,41 @@ 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
 .dirstamp
 .libs
+*.a
 *.la
 *.lo
 *.o
-syscollectord
-syscollectord.1
-syscollector.h
+sysdb.h
 
+# 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