added compile_commands/ directory to gitignore
This commit is contained in:
parent
2f65ef014f
commit
5d512b6c7a
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,5 +1,6 @@
|
||||||
.vscode
|
.vscode
|
||||||
.cache
|
.cache
|
||||||
|
compile_commands/
|
||||||
bin/
|
bin/
|
||||||
build/
|
build/
|
||||||
intermediate/
|
intermediate/
|
||||||
|
|
Loading…
Reference in a new issue