.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>
This commit is contained in:
Ben Widawsky 2014-01-17 20:16:55 -08:00
parent 5b91475130
commit a5d17d2b0e

2
.gitignore vendored
View File

@ -81,5 +81,5 @@ core
cscope.*
TAGS
build-aux/
__pycache__
version.h