summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorISSOtm <eldredhabert0@gmail.com>2018-06-03 04:53:23 +0200
committerISSOtm <eldredhabert0@gmail.com>2018-06-03 04:53:23 +0200
commite16e3a48b2131cf42e5e97dd5cf5b676f81828c1 (patch)
tree94d011e544c4f47847f6a243ed61eb3100115f11
parentbbdc4926b3ca23e6e9332c2883ea37da1be30a79 (diff)
Ignore .pyc everywhere
Smh __pycache__ is created at the root for me /shrug
-rw-r--r--.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index cebd703..f15849b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -23,7 +23,7 @@ shim.asm
tools/scan_includes
tools/pkmncompress
tools/gfx
-tools/*.pyc
+*.pyc
build/
coverage.png