From ea8b5e30de8f10d7360a23974cf79b32983ee411 Mon Sep 17 00:00:00 2001 From: Jonathan Rajotte Date: Mon, 2 Oct 2017 17:53:27 -0400 Subject: [PATCH] Add ignore for python in general and project specific tmp files Signed-off-by: Jonathan Rajotte --- .gitignore | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) 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 + -- 2.34.1