aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorMartin Liska <mliska@suse.cz>2019-08-28 21:33:28 +0200
committerMartin Liska <marxin@gcc.gnu.org>2019-08-28 19:33:28 +0000
commit91eed5f281df02c15b51550afc7774524e6bf428 (patch)
treedc3c2f6ae5cc987124e8e2044822a17cfcaeeea2 /.gitignore
parent4ee38894afaf5839960e9c4750672c4f904575fe (diff)
downloadgcc-91eed5f281df02c15b51550afc7774524e6bf428.zip
gcc-91eed5f281df02c15b51550afc7774524e6bf428.tar.gz
gcc-91eed5f281df02c15b51550afc7774524e6bf428.tar.bz2
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
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index b53f60d..d9d3967 100644
--- a/.gitignore
+++ b/.gitignore
@@ -36,6 +36,8 @@ TAGS.sub
.lvimrc
.clang-format
+.clangd
+compile_commands.json
.gdbinit
.gdb_history