Add external/SPIRV-Headers to .gitignore

b93c066b allowed for both SPIRV-Headers and spirv-headers as valid
paths, but only the latter is being ignored by Git.
This commit is contained in:
Pierre Moreau 2017-12-09 21:50:38 +01:00 committed by Lei Zhang
parent c6fdf68c2f
commit 70f88f5295

1
.gitignore vendored
View File

@ -2,6 +2,7 @@
.ycm_extra_conf.py*
compile_commands.json
/external/googletest
/external/SPIRV-Headers
/external/spirv-headers
/external/effcee
/external/re2