From: Jonathan Rajotte Date: Mon, 2 Oct 2017 21:53:27 +0000 (-0400) Subject: Add ignore for python in general and project specific tmp files X-Git-Url: https://git.efficios.com/?p=deliverable%2Flttng-ivc.git;a=commitdiff_plain;h=ea8b5e30de8f10d7360a23974cf79b32983ee411 Add ignore for python in general and project specific tmp files Signed-off-by: Jonathan Rajotte --- diff --git a/.gitignore b/.gitignore index 187e9d8..b3c2c81 100644 --- a/.gitignore +++ b/.gitignore @@ -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 +