Move CMake .gitignore line

No longer specific to the portable/enhanced branches
This commit is contained in:
Clownacy 2020-04-02 14:18:39 +01:00
parent d40991e682
commit da3d131291

6
.gitignore vendored
View file

@ -1,6 +1,9 @@
# Exclude obj directory (object files for Makefile build)
/obj
# Exclude the (recommended) CMake build directory
/build
# Exclude executables
/game_english/CSE2_debug.exe
/game_english/DoConfig_debug.exe
@ -53,6 +56,3 @@
# Exclude converted resource files
/src/Resource
# Exclude the (recommended) CMake build directory
/build