diff options
| author | Rangi <remy.oukaour+rangi@gmail.com> | 2020-09-20 17:02:44 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi@gmail.com> | 2020-09-20 17:02:44 -0400 |
| commit | 09689c6ffdf0cd476cc9ff645852740abc1ed261 (patch) | |
| tree | 6b048dd0f6031da3c482cb6f33e5d57a74dcea4c /.gitignore | |
| parent | 7e49b5ebc62f00d82901ba54b73e89f06c1d8852 (diff) | |
Port scan_includes.c from pokepicross
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 25 |
1 files changed, 5 insertions, 20 deletions
@@ -10,30 +10,15 @@ !shim.sym # build artifacts -build/ -*.d -*.o -*.2bpp -*.1bpp -*.pic -*.pcm -shim.asm +/build -# build utilities +# build tools tools/scan_includes tools/pkmncompress tools/gfx -tools/fix_sections_directory.py *.exe *.pyc +__pycache__ -# editor files -*~ -.idea/ - -# extra utilities -coverage.png -coverage.log -temp/ -pokegold-spaceworld-gen.link -*.txt
\ No newline at end of file +# utility output +/coverage.png |
