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/
|
||||
bin/
|
||||
bin-obj/
|
||||
|
@ -11,6 +11,7 @@ build/
|
|||
|
||||
.codelite/
|
||||
.build-debug/
|
||||
.vimspector.json
|
||||
**.workspace
|
||||
|
||||
Makefile
|
||||
|
@ -29,5 +30,4 @@ Makefile
|
|||
|
||||
CMake/
|
||||
|
||||
.vimspector.json
|
||||
compiled_commands.json
|
||||
compile_commands.json
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
build/compile_commands.json
|
Loading…
Add table
Reference in a new issue