Build: python agent: use setup.py over autoconf
[deliverable/lttng-ust.git] / .gitignore
index ce7c5729fab55ecbe05b00565528ce32c2b0c7e2..1039b1a050a2a21eb5982386a934350aa854a23a 100644 (file)
@@ -12,6 +12,7 @@ Makefile
 Makefile.in
 *.loT
 *.info
+cscope.*
 configure
 aclocal.m4
 autom4te.cache/
@@ -36,6 +37,8 @@ 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
+doc/examples/demo-tracelog/demo-tracelog
 
 tests/hello/hello
 tests/hello.cxx/hello
@@ -49,7 +52,19 @@ 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
+lttng-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
+
+# Python agent
+liblttng-ust-python-agent/lttngust/__init__.py
+liblttng-ust-python-agent/**/*.pyc
+liblttng-ust-python-agent/build
+liblttng-ust-python-agent/install_files.txt
+liblttng-ust-python-agent/setup.py
This page took 0.025039 seconds and 5 git commands to generate.