diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2019-05-11 12:13:54 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2019-05-18 11:49:54 +0900 |
commit | f46e65da48b21bef5ad6297f429ea5b51436021f (patch) | |
tree | 5ce83cbaa9a71c0ad0ba49b380176b6e929691b4 /.gitignore | |
parent | a1494304346a3c15fb7a42b39e891f112844c1c7 (diff) |
.gitignore: exclude .get_maintainer.ignore and .gitattributes
Also, sort the patterns alphabetically. Update the comment since
we have non-git files here.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore index d263ca9a276c..7587ef56b92d 100644 --- a/.gitignore +++ b/.gitignore @@ -81,12 +81,14 @@ modules.builtin /tar-install/ # -# git files that we don't want to ignore even if they are dot-files +# We don't want to ignore the following even if they are dot-files # +!.clang-format +!.cocciconfig +!.get_maintainer.ignore +!.gitattributes !.gitignore !.mailmap -!.cocciconfig -!.clang-format # # Generated include files |