.gitignore: ignore Python agent generated files
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Tue, 30 Jun 2015 23:45:10 +0000 (19:45 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 1 Jul 2015 14:13:24 +0000 (10:13 -0400)
Reported-by: Antoine Busque <abusque@efficios.com>
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
.gitignore

index 6ff01a4c6dbc8ad617391fc9a69ec6abd9d4e452..6b11c673c3f5a9e69c9d8fbb4d952276560545c1 100644 (file)
@@ -64,4 +64,5 @@ org_lttng_ust_agent_log4j_LTTngLogAppender.h
 liblttng-ust-java-agent/java/liblttng-ust-jul.jar
 
 # Python agent
-lttng_agent.py
+liblttng-ust-python-agent/__init__.py
+liblttng-ust-python-agent/**/*.pyc
This page took 0.024624 seconds and 4 git commands to generate.