
Now that CMake compiles these dependencies directly, there's no need to keep pre-built libraries around, except for MSVC2003.
24 lines
312 B
Text
24 lines
312 B
Text
# Prerequisites
|
|
*.d
|
|
|
|
# Misc
|
|
/obj
|
|
*.dat
|
|
*.rec
|
|
build.7z
|
|
build.zip
|
|
msvc2003/devilution/orig.asm
|
|
msvc2003/devilution/compare.asm
|
|
|
|
# Executables
|
|
build_en/*.exe
|
|
build_jp/*.exe
|
|
|
|
# MSVC trash
|
|
msvc2003/CSE2.ncb
|
|
msvc2003/CSE2.suo
|
|
msvc2003/Debug
|
|
msvc2003/Release
|
|
msvc2003/Debug (Japanese)
|
|
msvc2003/Release (Japanese)
|
|
*.aps
|