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
This commit is contained in:
parent
2bf3b79d05
commit
12bf652539
4
.gitignore
vendored
4
.gitignore
vendored
@ -37,6 +37,10 @@ TAGS.sub
|
|||||||
.lvimrc
|
.lvimrc
|
||||||
|
|
||||||
.clang-format
|
.clang-format
|
||||||
|
.clang-tidy
|
||||||
|
.clangd
|
||||||
|
.cache
|
||||||
|
compile_commands.json
|
||||||
|
|
||||||
.gdbinit
|
.gdbinit
|
||||||
.gdb_history
|
.gdb_history
|
||||||
|
@ -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>
|
2020-10-26 Andreas Rammhold <andreas@rammhold.de>
|
||||||
|
|
||||||
* src-release.sh: Use sha256sum instead of md5sum.
|
* src-release.sh: Use sha256sum instead of md5sum.
|
||||||
|
Loading…
Reference in New Issue
Block a user