diff options
author | Simon Marchi <simon.marchi@polymtl.ca> | 2020-12-02 09:41:56 -0500 |
---|---|---|
committer | Simon Marchi <simon.marchi@polymtl.ca> | 2020-12-02 09:41:56 -0500 |
commit | 12bf6525399255cb69553099e0a951a8d01f4e07 (patch) | |
tree | 03de36c02bdcf6fbeec11c11ab0bab49d1354fdc /.gitignore | |
parent | 2bf3b79d05bf85e41cbdcb020bd1cc424f59dd9a (diff) | |
download | gdb-12bf6525399255cb69553099e0a951a8d01f4e07.zip gdb-12bf6525399255cb69553099e0a951a8d01f4e07.tar.gz 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
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -37,6 +37,10 @@ TAGS.sub .lvimrc .clang-format +.clang-tidy +.clangd +.cache +compile_commands.json .gdbinit .gdb_history |