gitignore: Add trailing slashes for directories
Add trailing slashes for all patterns matching directories. Note that we do *not* add trailing slashes for *symlinks* to directories. Signed-off-by: Hans Ulrich Niedermann <hun@n-dimensional.de> Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
This commit is contained in:
parent
c745f02165
commit
6cfa746654
1 changed files with 7 additions and 7 deletions
14
.gitignore
vendored
14
.gitignore
vendored
|
@ -18,9 +18,9 @@
|
|||
*.pp
|
||||
*.trs
|
||||
*~
|
||||
.deps
|
||||
.deps-core
|
||||
.deps-util
|
||||
.deps-core/
|
||||
.deps-util/
|
||||
.deps/
|
||||
.dirstamp
|
||||
00_header
|
||||
10_*
|
||||
|
@ -43,8 +43,8 @@ aclocal.m4
|
|||
ahci_test
|
||||
ascii.bitmaps
|
||||
ascii.h
|
||||
autom4te.cache
|
||||
build-aux
|
||||
autom4te.cache/
|
||||
build-aux/
|
||||
build-grub-gen-asciih
|
||||
build-grub-gen-widthspec
|
||||
build-grub-mkfont
|
||||
|
@ -178,7 +178,7 @@ xzcompress_test
|
|||
/docs/version.texi
|
||||
/garbage-gen
|
||||
/garbage-gen.exe
|
||||
/gnulib
|
||||
/gnulib/
|
||||
/grub-bios-setup
|
||||
/grub-bios-setup.exe
|
||||
/grub-core/*.module
|
||||
|
@ -226,7 +226,7 @@ xzcompress_test
|
|||
/include/grub/gcrypt/gcrypt.h
|
||||
/include/grub/machine
|
||||
/lib/libgcrypt-grub
|
||||
/m4
|
||||
/m4/
|
||||
/po/*.gmo
|
||||
/po/*.mo
|
||||
/po/*.po
|
||||
|
|
Loading…
Reference in a new issue