Remove: compile_commands.json
This commit is contained in:
parent
97aaec05af
commit
9d450060c1
2 changed files with 3 additions and 4 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -1,4 +1,4 @@
|
||||||
# Directories
|
# Temp directories
|
||||||
.vs/
|
.vs/
|
||||||
bin/
|
bin/
|
||||||
bin-obj/
|
bin-obj/
|
||||||
|
@ -11,6 +11,7 @@ build/
|
||||||
|
|
||||||
.codelite/
|
.codelite/
|
||||||
.build-debug/
|
.build-debug/
|
||||||
|
.vimspector.json
|
||||||
**.workspace
|
**.workspace
|
||||||
|
|
||||||
Makefile
|
Makefile
|
||||||
|
@ -29,5 +30,4 @@ Makefile
|
||||||
|
|
||||||
CMake/
|
CMake/
|
||||||
|
|
||||||
.vimspector.json
|
compile_commands.json
|
||||||
compiled_commands.json
|
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
build/compile_commands.json
|
|
Loading…
Add table
Reference in a new issue