mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-20 23:24:16 +00: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user