diff options
author | Martin Liska <mliska@suse.cz> | 2020-06-12 16:02:18 +0200 |
---|---|---|
committer | Martin Liska <mliska@suse.cz> | 2020-06-12 16:03:02 +0200 |
commit | 1432bc368121eed511a0a004f2e21d89ceaf14ad (patch) | |
tree | bc74f102e6e0c5aa566ca188bff14b65887f892d /.gitignore | |
parent | 4544793ef618484b2cc753a4635ab79b361f8df8 (diff) | |
download | gcc-1432bc368121eed511a0a004f2e21d89ceaf14ad.tar.gz |
Add .clang-tidy to git ignored.
Installed as obvious.
ChangeLog:
* .gitignore: Add .clang-tidy.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index d9d3967a12c..d9eeaf2ed7a 100644 --- a/.gitignore +++ b/.gitignore @@ -36,6 +36,7 @@ TAGS.sub .lvimrc .clang-format +.clang-tidy .clangd compile_commands.json |