From: Simon Marchi Date: Wed, 2 Dec 2020 14:41:56 +0000 (-0500) Subject: Sync .gitignore with gcc X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=12bf6525399255cb69553099e0a951a8d01f4e07;p=binutils-gdb.git 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 --- diff --git a/.gitignore b/.gitignore index 356b2eb94bf..382e2def731 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 c9a2f336148..922c99bb9ac 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2020-12-02 Simon Marchi + + * .gitignore: Sync with gcc. + 2020-10-26 Andreas Rammhold * src-release.sh: Use sha256sum instead of md5sum.