mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-07 05:20:38 +00:00
7cb70f60b3
- commented out output of Cr0NpxState for floating point state because this variable was renamed in most recent Windows headers. - added CMAKE option to generate assembly output for release builds. - added my CMake-based project directory to .gitignore.
29 lines
408 B
Text
29 lines
408 B
Text
/Debug
|
|
*.ncb
|
|
*.suo
|
|
*.pdb
|
|
*.ilk
|
|
*.aps
|
|
/Release
|
|
/wadsrc_wad
|
|
*.user
|
|
/debug
|
|
/release
|
|
*/debug
|
|
*/release
|
|
/release_gcc
|
|
/dumb/vc6/dumb_static/release
|
|
/dumb/vc6/dumb_static/debug
|
|
/DOOMSTATS.TXT
|
|
/src/gitinfo.h
|
|
/src/sc_man_scanner.h
|
|
/src/xlat/xlat_parser.c
|
|
/src/xlat/xlat_parser.h
|
|
/src/xlat/xlat_parser.out
|
|
/tools/*/debug
|
|
/tools/*/release
|
|
/tools/*/*.exe
|
|
/tools/lemon/build
|
|
/tools/re2c/build
|
|
/wadsrc/*.pk3
|
|
/build_vc2013
|