aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Marchi <simon.marchi@polymtl.ca>2020-12-02 09:41:56 -0500
committerSimon Marchi <simon.marchi@polymtl.ca>2020-12-02 09:41:56 -0500
commit12bf6525399255cb69553099e0a951a8d01f4e07 (patch)
tree03de36c02bdcf6fbeec11c11ab0bab49d1354fdc
parent2bf3b79d05bf85e41cbdcb020bd1cc424f59dd9a (diff)
downloadfsf-binutils-gdb-12bf6525399255cb69553099e0a951a8d01f4e07.zip
fsf-binutils-gdb-12bf6525399255cb69553099e0a951a8d01f4e07.tar.gz
fsf-binutils-gdb-12bf6525399255cb69553099e0a951a8d01f4e07.tar.bz2
Sync .gitignore with gcc
Bring in a few lines that are in gcc's .gitignore but not binutils-gdb's .gitignore. ChangeLog: * .gitignore: Sync with gcc. Change-Id: I8900ddfbb5ab8cce6236e1905fdbb52fb4c291e2
-rw-r--r--.gitignore4
-rw-r--r--ChangeLog4
2 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 356b2eb..382e2de 100644
--- a/.gitignore
+++ b/.gitignore
@@ -37,6 +37,10 @@ TAGS.sub
.lvimrc
.clang-format
+.clang-tidy
+.clangd
+.cache
+compile_commands.json
.gdbinit
.gdb_history
diff --git a/ChangeLog b/ChangeLog
index c9a2f336..922c99b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2020-12-02 Simon Marchi <simon.marchi@polymtl.ca>
+
+ * .gitignore: Sync with gcc.
+
2020-10-26 Andreas Rammhold <andreas@rammhold.de>
* src-release.sh: Use sha256sum instead of md5sum.