cave-story-solaris/.gitignore
Clownacy 49defcc3fb Now the build output directory is generated completely
The data folder is now stored in the new assets folder, and copied
across as part of the build process.
2019-06-17 19:13:29 +00:00

27 lines
548 B
Text

# Exclude obj directory (object files for Makefile build)
/obj
# Exclude converted resource files
src/Resource
# Exclude build output directory
/game
Exclude devilution-comparer assembly output
msvc2003/devilution/orig.asm
msvc2003/devilution/compare.asm
Exclude the (recommended) CMake build directory
build/*
# Exclude MSVC IntelliSense database
msvc2003/CSE2.ncb
# Exclude MSVC Solution User Options file
msvc2003/CSE2.suo
# Exclude MSVC build folders
msvc2003/Debug
msvc2003/Release
msvc2003/Debug (Japanese)
msvc2003/Release (Japanese)