summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorBen Widawsky <benjamin.widawsky@intel.com>2014-01-17 20:16:55 -0800
committerBen Widawsky <benjamin.widawsky@intel.com>2014-01-20 10:27:39 -0800
commita5d17d2b0e14cafaa2573d9e538af2a98d2338cc (patch)
tree8ece3a54a0c582728bf078683673bebf106a79d6 /.gitignore
parent5b9147513029ca1e1eaf2c028e6f868adc3359f6 (diff)
.gitignore: Add pycache
quick_dump which is python, generates files in __pycache__ which are the moral equivalent of object files. Don't let people add them to the index accidentally. Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 912c00f0..28ef75b8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -81,5 +81,5 @@ core
cscope.*
TAGS
build-aux/
-
+__pycache__
version.h