aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fl.fischer@fau.de>2018-07-13 18:18:07 +0200
committerFlorian Fischer <florian.fl.fischer@fau.de>2018-07-13 18:18:07 +0200
commit1c2da462246798b35731088ba54488c1e24e5c4c (patch)
tree520467a15fc9ea76ae7bb2eac1fa5f7f0f72e3fb /.gitignore
parente5d7be3be1b74c841da9ac702b66846a32009e36 (diff)
downloadallocbench-1c2da462246798b35731088ba54488c1e24e5c4c.tar.gz
allocbench-1c2da462246798b35731088ba54488c1e24e5c4c.zip
add pycache and gdb history to gitignore
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 7be3c8c..84a4388 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,4 @@
build/*
*.png
+__pycache__/*
+.gdb_history