.gitignore: Add pycache
authorBen Widawsky <benjamin.widawsky@intel.com>
Sat, 18 Jan 2014 04:16:55 +0000 (20:16 -0800)
committerBen Widawsky <benjamin.widawsky@intel.com>
Mon, 20 Jan 2014 18:27:39 +0000 (10:27 -0800)
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>
.gitignore

index 912c00f..28ef75b 100644 (file)
@@ -81,5 +81,5 @@ core
 cscope.*
 TAGS
 build-aux/
-
+__pycache__
 version.h