Update gitignore to ignore CLion files
This commit is contained in:
parent
420e8cbea9
commit
61a173e635
1 changed files with 2 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,4 +1,6 @@
|
||||||
extern/SPIRV-Cross/external/
|
extern/SPIRV-Cross/external/
|
||||||
|
.idea/
|
||||||
|
cmake-build*/
|
||||||
|
|
||||||
out/
|
out/
|
||||||
.vs/
|
.vs/
|
||||||
|
|
Reference in a new issue