]> git.ipfire.org Git - thirdparty/grub.git/commit
gitignore: Consistent leading slash is easier to read
authorHans Ulrich Niedermann <hun@n-dimensional.de>
Thu, 7 May 2020 21:33:15 +0000 (23:33 +0200)
committerDaniel Kiper <daniel.kiper@oracle.com>
Fri, 15 May 2020 12:50:30 +0000 (14:50 +0200)
commit16923f88adb7a80d5e547416b9bb4c60c98d36d4
tree82e24ea3ddd6f1275cf4b0457eaf1240e2bf01c7
parenteb46ee98bca8495f926fb313284aadd04678e2bc
gitignore: Consistent leading slash is easier to read

As all gitignore patterns containing a left or middle slash match
only relative to the .gitignore file's directory, we write them
all in the same manner with a leading slash.

This makes the file significantly easier to read.

Signed-off-by: Hans Ulrich Niedermann <hun@n-dimensional.de>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
.gitignore