Skip to content

Commit

Permalink
.gitignore: exclude .get_maintainer.ignore and .gitattributes
Browse files Browse the repository at this point in the history
Also, sort the patterns alphabetically. Update the comment since
we have non-git files here.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
  • Loading branch information
masahir0y committed May 18, 2019
1 parent a149430 commit f46e65d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f46e65d

Please sign in to comment.