diff options
author | ISSOtm <eldredhabert0@gmail.com> | 2018-06-03 04:53:23 +0200 |
---|---|---|
committer | ISSOtm <eldredhabert0@gmail.com> | 2018-06-03 04:53:23 +0200 |
commit | e16e3a48b2131cf42e5e97dd5cf5b676f81828c1 (patch) | |
tree | 94d011e544c4f47847f6a243ed61eb3100115f11 | |
parent | bbdc4926b3ca23e6e9332c2883ea37da1be30a79 (diff) |
Ignore .pyc everywhere
Smh __pycache__ is created at the root for me /shrug
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ shim.asm tools/scan_includes tools/pkmncompress tools/gfx -tools/*.pyc +*.pyc build/ coverage.png |