Added *.out files to executable formats that are filtered out
Signed-off-by: Gabriel Ravier <gabravier@gmail.com>
This commit is contained in:
parent
94ed000beb
commit
6d624396ff
1 changed files with 2 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -13,9 +13,10 @@ build.zip
|
|||
msvc2003/devilution/orig.asm
|
||||
msvc2003/devilution/compare.asm
|
||||
|
||||
# Exclude build output on Linux (exclude normally produced executable files)
|
||||
# Exclude build output on Linux (exclude normally produced executable files and out files)
|
||||
build_en/CSE2
|
||||
build_en/DoConfig
|
||||
*.out
|
||||
|
||||
# The Makefile outputs "release" and "debug" for the english build
|
||||
build_en/release
|
||||
|
|
Loading…
Add table
Reference in a new issue