Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/KhronosGroup/SPIRV-Tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Perron <stevenperron@google.com>2022-03-07 21:30:03 +0300
committerGitHub <noreply@github.com>2022-03-07 21:30:03 +0300
commit196f638d73ef0a55ce7d99b71f525a8baee3c57e (patch)
tree09566b298d5fa189c8c3ad054cb44e31ec225303 /.gitignore
parent98dce6ca187004189ad0828e778a45b6dcf24dce (diff)
Update bazel output directory in gitignore. (#4746)
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index b2af56e92..ec709ba79 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,7 +2,7 @@
.ycm_extra_conf.py*
*.pyc
compile_commands.json
-/build/
+/build*/
/buildtools/
/external/googletest
/external/SPIRV-Headers
@@ -20,6 +20,7 @@ bazel-bin
bazel-genfiles
bazel-out
bazel-spirv-tools
+bazel-SPIRV-Tools
bazel-testlogs
# Vim