Add .clangd and compile_commands.json to .gitignore.
2019-08-28 Martin Liska <mliska@suse.cz> * .gitignore: Add .clangd and compile_commands.json to .gitignore. From-SVN: r275004
This commit is contained in:
parent
4ee38894af
commit
91eed5f281
2 changed files with 7 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -36,6 +36,8 @@ TAGS.sub
|
|||
.lvimrc
|
||||
|
||||
.clang-format
|
||||
.clangd
|
||||
compile_commands.json
|
||||
|
||||
.gdbinit
|
||||
.gdb_history
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
2019-08-28 Martin Liska <mliska@suse.cz>
|
||||
|
||||
* .gitignore: Add .clangd and compile_commands.json
|
||||
to .gitignore.
|
||||
|
||||
2019-08-23 Michael Forney <mforney@mforney.org>
|
||||
|
||||
* Makefile.tpl (HOST_EXPORTS): Add CXX_FOR_BUILD.
|
||||
|
|
Loading…
Add table
Reference in a new issue