mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-02-16 17:21:10 +00:00
- cleaned up .gitignore.
This still contained a lot of data from the pre-CMake build setup for Windows. None of these paths is relevant anymore.
This commit is contained in:
parent
5e6a96d021
commit
072018bda2
1 changed files with 1 additions and 34 deletions
35
.gitignore
vendored
35
.gitignore
vendored
|
@ -1,59 +1,26 @@
|
||||||
/Debug
|
|
||||||
*.ncb
|
*.ncb
|
||||||
*.suo
|
*.suo
|
||||||
*.pdb
|
*.pdb
|
||||||
*.ilk
|
*.ilk
|
||||||
*.aps
|
*.aps
|
||||||
/fmodapi*/
|
|
||||||
/Release
|
|
||||||
/wadsrc_wad
|
/wadsrc_wad
|
||||||
*.user
|
*.user
|
||||||
/build
|
/build
|
||||||
/debug
|
|
||||||
/release
|
|
||||||
*/debug
|
|
||||||
*/release
|
|
||||||
/release_gcc
|
/release_gcc
|
||||||
/dumb/vc6/dumb_static/release
|
|
||||||
/dumb/vc6/dumb_static/debug
|
|
||||||
/dumb/vc6/dumb_static/x64
|
|
||||||
/DOOMSTATS.TXT
|
/DOOMSTATS.TXT
|
||||||
/src/gitinfo.h
|
/src/gitinfo.h
|
||||||
/src/sc_man_scanner.h
|
|
||||||
/src/xlat/xlat_parser.c
|
|
||||||
/src/xlat/xlat_parser.h
|
|
||||||
/src/xlat/xlat_parser.out
|
|
||||||
/src/zscript/zcc-parse.c
|
|
||||||
/src/zscript/zcc-parse.h
|
|
||||||
/src/zscript/zcc-parse.out
|
|
||||||
/tools/*/debug
|
|
||||||
/tools/*/release
|
|
||||||
/tools/*/*.exe
|
|
||||||
/tools/lemon/build
|
|
||||||
/tools/re2c/build
|
|
||||||
/tools/updaterevision/x64/
|
|
||||||
/tools/zipdir/x64
|
|
||||||
/wadsrc/*.pk3
|
/wadsrc/*.pk3
|
||||||
/build_vc2013
|
|
||||||
/bzip2/x64/
|
|
||||||
/disasm.txt
|
/disasm.txt
|
||||||
/game-music-emu/x64/
|
|
||||||
/gdtoa/x64/
|
|
||||||
/jpeg-6b/x64/
|
|
||||||
/lzma/x64/
|
|
||||||
/zlib/x64/
|
|
||||||
/build_vc2013_64bit
|
|
||||||
/build_vc2015
|
/build_vc2015
|
||||||
/build_vc2015-32
|
/build_vc2015-32
|
||||||
/build_vc2015-64
|
/build_vc2015-64
|
||||||
/build_vc2017-64
|
/build_vc2017-64
|
||||||
/build
|
/build
|
||||||
/llvm
|
/llvm
|
||||||
/src/r_drawersasm.obj
|
|
||||||
/src/r_drawersasm.o
|
|
||||||
.vs
|
.vs
|
||||||
/src/gl/unused
|
/src/gl/unused
|
||||||
/mapfiles_release/*.map
|
/mapfiles_release/*.map
|
||||||
.DS_Store
|
.DS_Store
|
||||||
/build_vc2017-32
|
/build_vc2017-32
|
||||||
/build2
|
/build2
|
||||||
|
/build_vc2019-64
|
||||||
|
|
Loading…
Reference in a new issue