diff options
author | Ben Widawsky <benjamin.widawsky@intel.com> | 2014-01-17 20:16:55 -0800 |
---|---|---|
committer | Ben Widawsky <benjamin.widawsky@intel.com> | 2014-01-20 10:27:39 -0800 |
commit | a5d17d2b0e14cafaa2573d9e538af2a98d2338cc (patch) | |
tree | 8ece3a54a0c582728bf078683673bebf106a79d6 /.gitignore | |
parent | 5b9147513029ca1e1eaf2c028e6f868adc3359f6 (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-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -81,5 +81,5 @@ core cscope.* TAGS build-aux/ - +__pycache__ version.h |