mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-16 05:13:58 -07:00
Add output of build-archives to gitignore
build-archives.sh generates output in archives, add it as well as the rules files for spirv shaders which might be fetched during build to gitignore. Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com>
This commit is contained in:
parent
9770391bc4
commit
f0d99f8f54
1 changed files with 4 additions and 0 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -23,6 +23,10 @@ libraries/source/spidermonkey/*
|
|||
!libraries/source/**/build.sh
|
||||
!libraries/source/**/patches/
|
||||
|
||||
# Tools
|
||||
archives/
|
||||
source/tools/spirv/rules.*.json
|
||||
|
||||
# premake5 build files, adapted from upstream
|
||||
build/premake/premake5/**/.gitignore
|
||||
build/premake/premake5/**/.travis.yml
|
||||
|
|
|
|||
Loading…
Reference in a new issue