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
|
*.pp
|
||||||
*.trs
|
*.trs
|
||||||
*~
|
*~
|
||||||
.deps
|
.deps-core/
|
||||||
.deps-core
|
.deps-util/
|
||||||
.deps-util
|
.deps/
|
||||||
.dirstamp
|
.dirstamp
|
||||||
00_header
|
00_header
|
||||||
10_*
|
10_*
|
||||||
|
@ -43,8 +43,8 @@ aclocal.m4
|
||||||
ahci_test
|
ahci_test
|
||||||
ascii.bitmaps
|
ascii.bitmaps
|
||||||
ascii.h
|
ascii.h
|
||||||
autom4te.cache
|
autom4te.cache/
|
||||||
build-aux
|
build-aux/
|
||||||
build-grub-gen-asciih
|
build-grub-gen-asciih
|
||||||
build-grub-gen-widthspec
|
build-grub-gen-widthspec
|
||||||
build-grub-mkfont
|
build-grub-mkfont
|
||||||
|
@ -178,7 +178,7 @@ xzcompress_test
|
||||||
/docs/version.texi
|
/docs/version.texi
|
||||||
/garbage-gen
|
/garbage-gen
|
||||||
/garbage-gen.exe
|
/garbage-gen.exe
|
||||||
/gnulib
|
/gnulib/
|
||||||
/grub-bios-setup
|
/grub-bios-setup
|
||||||
/grub-bios-setup.exe
|
/grub-bios-setup.exe
|
||||||
/grub-core/*.module
|
/grub-core/*.module
|
||||||
|
@ -226,7 +226,7 @@ xzcompress_test
|
||||||
/include/grub/gcrypt/gcrypt.h
|
/include/grub/gcrypt/gcrypt.h
|
||||||
/include/grub/machine
|
/include/grub/machine
|
||||||
/lib/libgcrypt-grub
|
/lib/libgcrypt-grub
|
||||||
/m4
|
/m4/
|
||||||
/po/*.gmo
|
/po/*.gmo
|
||||||
/po/*.mo
|
/po/*.mo
|
||||||
/po/*.po
|
/po/*.po
|
||||||
|
|
Loading…
Reference in a new issue