Fixed bad .gitignore ignores
(It ignored outdated executables) Signed-off-by: Gabriel Ravier <gabravier@gmail.com>
This commit is contained in:
parent
79d9abe002
commit
0e4319a333
1 changed files with 0 additions and 8 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
@ -19,19 +19,11 @@ build_en/CSE2
|
|||
build_en/DoConfig
|
||||
*.out
|
||||
|
||||
# The Makefile outputs "release" and "debug" for the english build
|
||||
build_en/release
|
||||
build_en/debug
|
||||
|
||||
build_jp/CSE2
|
||||
build_jp/CSE2d
|
||||
build_jp/DoConfig
|
||||
build_jp/DoConfigd
|
||||
|
||||
# The Makefile outputs "releasejp" and "debugjp" for the japanese build
|
||||
build_jp/releasejp
|
||||
build_jp/debugjp
|
||||
|
||||
|
||||
# Exclude executables in the build folder (and .exe.manifest files)
|
||||
build_en/*.exe
|
||||
|
|
Loading…
Add table
Reference in a new issue