Removed redundantly excluded files in .gitignore
Signed-off-by: Gabriel Ravier <gabravier@gmail.com>
This commit is contained in:
parent
1b15898c6a
commit
ef4a4ef43b
1 changed files with 6 additions and 4 deletions
10
.gitignore
vendored
10
.gitignore
vendored
|
@ -16,17 +16,19 @@ msvc2003/devilution/compare.asm
|
||||||
# Exclude build output on Linux (exclude normally produced executable files)
|
# Exclude build output on Linux (exclude normally produced executable files)
|
||||||
build_en/CSE2
|
build_en/CSE2
|
||||||
build_en/DoConfig
|
build_en/DoConfig
|
||||||
|
|
||||||
|
# The Makefile outputs "release" and "debug" for the english build
|
||||||
build_en/release
|
build_en/release
|
||||||
build_en/debug
|
build_en/debug
|
||||||
build_en/releasejp
|
|
||||||
build_en/debugjp
|
|
||||||
build_jp/CSE2
|
build_jp/CSE2
|
||||||
build_jp/DoConfig
|
build_jp/DoConfig
|
||||||
build_jp/release
|
|
||||||
build_jp/debug
|
# The Makefile outputs "releasejp" and "debugjp" for the japanese build
|
||||||
build_jp/releasejp
|
build_jp/releasejp
|
||||||
build_jp/debugjp
|
build_jp/debugjp
|
||||||
|
|
||||||
|
|
||||||
# Exclude executables in the build folder (and .exe.manifest files)
|
# Exclude executables in the build folder (and .exe.manifest files)
|
||||||
build_en/*.exe
|
build_en/*.exe
|
||||||
build_en/*.exe.manifest
|
build_en/*.exe.manifest
|
||||||
|
|
Loading…
Add table
Reference in a new issue