gzdoom/.gitignore
Christoph Oelckers 523fd0bf3a Revert "AsmJit update"
This reverts commit 747b3dfcfe.

# Conflicts:
#	libraries/asmjit/asmjit/core/compiler.h

This had to be reverted because it breaks exception handling which is a critical problem.
With the updated code any exception thrown inside code that had a JITed call stack would crash.
2019-10-07 20:34:55 +02:00

27 lines
315 B
Text

*.ncb
*.suo
*.pdb
*.ilk
*.aps
/wadsrc_wad
*.user
/build
/release_gcc
/DOOMSTATS.TXT
/src/gitinfo.h
/wadsrc/*.pk3
/disasm.txt
/build_vc2015
/build_vc2015-32
/build_vc2015-64
/build_vc2017-64
/build
/llvm
.vs
/src/gl/unused
/mapfiles_release/*.map
.DS_Store
/build_vc2017-32
/build2
/build_vc2019-64
/build_vc2019-32