From e16e3a48b2131cf42e5e97dd5cf5b676f81828c1 Mon Sep 17 00:00:00 2001 From: ISSOtm Date: Sun, 3 Jun 2018 04:53:23 +0200 Subject: Ignore .pyc everywhere Smh __pycache__ is created at the root for me /shrug --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitignore') 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 -- cgit v1.2.3