projects
/
profile
/
extras
/
intel-gpu-tools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b91475
)
.gitignore: Add pycache
author
Ben Widawsky
<benjamin.widawsky@intel.com>
Sat, 18 Jan 2014 04:16:55 +0000
(20:16 -0800)
committer
Ben 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
patch
|
blob
|
history
diff --git
a/.gitignore
b/.gitignore
index
912c00f
..
28ef75b
100644
(file)
--- a/
.gitignore
+++ b/
.gitignore
@@
-81,5
+81,5
@@
core
cscope.*
TAGS
build-aux/
-
+__pycache__
version.h