Skip to content

Commit 09cc652

Browse files
committed
ignore compile_commands.json file
vim + YouCompleteMe with clangd support for now can only find `compile_commands.json` file in the root of the project.
1 parent 3d5fe37 commit 09cc652

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
*.sublime*
22
*.swp*
33
.ycm_extra_conf.*
4+
compile_commands.json
45
build/
56
.vscode/

0 commit comments

Comments
 (0)