forked from ZDoom/gzdoom
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
63 lines (63 loc) · 986 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
/Debug
*.ncb
*.suo
*.pdb
*.ilk
*.aps
/fmodapi*/
/Release
/wadsrc_wad
*.user
/build
/debug
/release
*/debug
*/release
/release_gcc
/ext/dumb/vc6/dumb_static/release
/ext/dumb/vc6/dumb_static/debug
/ext/dumb/vc6/dumb_static/x64
/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
/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
/build_vc2013
/ext/bzip2/x64/
/disasm.txt
/ext/game-music-emu/x64/
/ext/gdtoa/x64/
/ext/jpeg-6b/x64/
/ext/lzma/x64/
/ext/zlib/x64/
/build_vc2013_64bit
/build_vc2015
/build_vc2015-32
/build_vc2015-64
/build_vc2017-64
/llvm
/src/r_drawersasm.obj
/src/r_drawersasm.o
.vs
/src/gl/unused
/mapfiles_release/*.map
.DS_Store
/build_vc2017-32
/build2
/build_vc2019-64
/build_vc2019-32
*.code-workspace
cmake-build*/
.idea/