Move CMake .gitignore line
No longer specific to the portable/enhanced branches
This commit is contained in:
parent
d40991e682
commit
da3d131291
1 changed files with 3 additions and 3 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue