[gcc(refs/users/guojiufu/heads/guojiufu-branch)] Add .clang-tidy to git ignored.

Jiu Fu Guo guojiufu@gcc.gnu.org
Sat Jun 13 03:01:37 GMT 2020


https://gcc.gnu.org/g:1432bc368121eed511a0a004f2e21d89ceaf14ad

commit 1432bc368121eed511a0a004f2e21d89ceaf14ad
Author: Martin Liska <mliska@suse.cz>
Date:   Fri Jun 12 16:02:18 2020 +0200

    Add .clang-tidy to git ignored.
    
    Installed as obvious.
    
    ChangeLog:
    
            * .gitignore: Add .clang-tidy.

Diff:
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

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


More information about the Gcc-cvs mailing list