Modernize README using Markdown
[lttng-ust.git] / .gitignore
index 07d13062dbdefcdd79c3cb4c405523f7fa696646..11f87b79c0d75db3aa6d8fa1c3906c9a6c309849 100644 (file)
@@ -12,6 +12,7 @@ Makefile
 Makefile.in
 *.loT
 *.info
+cscope.*
 configure
 aclocal.m4
 autom4te.cache/
@@ -36,6 +37,7 @@ doc/examples/easy-ust/sample
 doc/examples/hello-static-lib/hello
 doc/examples/gen-tp/sample
 doc/examples/gen-tp/sample_tracepoint.h
+doc/examples/demo-tracef/demo-tracef
 
 tests/hello/hello
 tests/hello.cxx/hello
@@ -48,3 +50,8 @@ tests/tracepoint/tracepoint_test
 tests/snprintf/prog
 tests/benchmark/bench1
 tests/benchmark/bench2
+
+# Java JUL library
+*.class
+liblttng-ust-jul.jar
+org_lttng_ust_jul_LTTngUst.h
This page took 0.023042 seconds and 4 git commands to generate.