Fix: Abort loading log4j agent classes when detected log4j version is too old
[lttng-ust.git] / .gitignore
index ce7c5729fab55ecbe05b00565528ce32c2b0c7e2..c5f606fe703f6eac9ecc0ae34728f450dfbb896b 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
@@ -49,7 +51,12 @@ tests/snprintf/prog
 tests/benchmark/bench1
 tests/benchmark/bench2
 
-# Java JUL library
+# Java agent library
 *.class
-liblttng-ust-jul.jar
-org_lttng_ust_jul_LTTngUst.h
+liblttng-ust-agent.jar
+classnoinst.stamp
+jni-header.stamp
+jul-jni-header.stamp
+log4j-jni-header.stamp
+org_lttng_ust_agent_jul_LTTngLogHandler.h
+org_lttng_ust_agent_log4j_LTTngLogAppender.h
\ No newline at end of file
This page took 0.022974 seconds and 4 git commands to generate.