mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-10 01:16:18 +00:00
.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:
parent
5b91475130
commit
a5d17d2b0e
2
.gitignore
vendored
2
.gitignore
vendored
@ -81,5 +81,5 @@ core
|
|||||||
cscope.*
|
cscope.*
|
||||||
TAGS
|
TAGS
|
||||||
build-aux/
|
build-aux/
|
||||||
|
__pycache__
|
||||||
version.h
|
version.h
|
||||||
|
Loading…
x
Reference in New Issue
Block a user