aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fl.fischer@fau.de>2019-01-22 19:20:27 +0100
committerFlorian Fischer <florian.fl.fischer@fau.de>2019-01-22 19:20:27 +0100
commit8221b8fb0e9ee491590932cd228f17b48155c0f7 (patch)
tree31628f1cef2e19a39ce68be7eab686917cf7820f /.gitignore
parentcddfdeddcc97872f928d8d1cbdcbc13e7f07c99f (diff)
downloadallocbench-8221b8fb0e9ee491590932cd228f17b48155c0f7.tar.gz
allocbench-8221b8fb0e9ee491590932cd228f17b48155c0f7.zip
ignore all __pycache__ dirs
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 1 insertions, 1 deletions
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