diff options
| author | CoderStig <79828759+CoderStig@users.noreply.github.com> | 2021-02-28 22:54:49 -0700 |
|---|---|---|
| committer | CoderStig <79828759+CoderStig@users.noreply.github.com> | 2021-03-02 01:48:17 -0700 |
| commit | 5ef48aa2eba1a4a1f413e350cb5310b3f345e822 (patch) | |
| tree | fe73ee5a01123cb727573231adc6c6028bee979f /.gitignore | |
| parent | 630c47adffdafe74104a668f3bdc168a174e0afd (diff) | |
Refresh 1
Diffstat (limited to '.gitignore')
| -rwxr-xr-x | .gitignore | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore index ced6c1ffa..4bff43674 100755 --- a/.gitignore +++ b/.gitignore @@ -17,12 +17,10 @@ *.la *.lo -# Shared objects (inc. Windows DLLs), except those in IDO +# Shared objects (inc. Windows DLLs) *.dll *.so *.so.* -!/tools/ido5.3_compiler/usr/lib/*.so* -!/tools/ido5.3_compiler/lib/*.so* *.dylib # Executables @@ -51,6 +49,12 @@ doxygen/doxygen/* *.map .assets-local.txt +# no context header for now, until it's greenlit for the repo +context_gen_header.h +tools/m2ctx.py +# regardless of the above, the context file itself shouldnt be there +ctx.c + # Assets. Generally ignored, but ones with "custom" in the name are fine. /bin/* /textures/**/*.png |
