mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-21 15:21:15 +00:00
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.
13 lines
137 B
Plaintext
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 |