Add ignore for python in general and project specific tmp files
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Mon, 2 Oct 2017 21:53:27 +0000 (17:53 -0400)
committerJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Mon, 2 Oct 2017 21:53:27 +0000 (17:53 -0400)
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
.gitignore

index 187e9d84af3e8097d94807aac7feb72ac215e9c2..b3c2c81c1acd41c585e814f0d3c00e9e8259b431 100644 (file)
@@ -1,3 +1,13 @@
+# Byte-compiled / optimized / DLL files
+__pycache__/
+*.py[cod]
+*$py.class
+git_remote/
+
+# C extensions
+*.so
+
+# Environments
+.env
 .venv
-lttngv/__pycache__
-lttngv/bare_repo
+
This page took 0.025111 seconds and 5 git commands to generate.