isle/.gitignore
Joshua Peisach db1910d81e
tools/makectx: Use subprocess to direct output file
This way it will appear in 'ctx.h' and not (blah).

Also update the .gitignore for *.obj files, which interestingly
the preprocessor spat out after testing locally.
2023-09-08 17:07:44 -04:00

13 lines
137 B
Plaintext

Debug/
Release/
*.ncb
/.vs
ISLE.EXE
LEGO1.DLL
build/
*.swp
# Stuff generated by the preprocessor and/or tools/makectx.py
*.i
*.obj
ctx.h