Cleanup: more descriptive error message
[deliverable/lttng-ust.git] / .gitignore
index 166a260b5e0bf30cf49dd9ca45ee51cc7ee3f634..1039b1a050a2a21eb5982386a934350aa854a23a 100644 (file)
@@ -54,14 +54,17 @@ tests/benchmark/bench2
 
 # Java agent library
 *.class
-liblttng-ust-agent.jar
+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
-liblttng-ust-java-agent/java/liblttng-ust-jul.jar
+org_lttng_ust_agent_jul_LttngLogHandler.h
+org_lttng_ust_agent_log4j_LttngLogAppender.h
 
 # Python agent
-lttng_agent.py
+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.024113 seconds and 5 git commands to generate.