From 8221b8fb0e9ee491590932cd228f17b48155c0f7 Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Tue, 22 Jan 2019 19:20:27 +0100 Subject: ignore all __pycache__ dirs --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 039755e..e83764b 100644 --- a/.gitignore +++ b/.gitignore @@ -3,7 +3,7 @@ results/* targets/* dj_workloads/* *.png -*/__pycache__/* +*__pycache__* .gdb_history *.save *.data -- cgit v1.2.3