fix: add leading slash to gitignore paths
The leading slash forces Git to only look for the mentioned files from the root of the directory, not inside allowed subdirectories.
This commit is contained in:
committed by
Henrik Friedrichsen
parent
9c29f17ca1
commit
caf937d858
10
.gitignore
vendored
10
.gitignore
vendored
@@ -14,8 +14,8 @@ tags
|
||||
|
||||
# Ignore generated resources
|
||||
*.1
|
||||
misc/_ncspot
|
||||
misc/ncspot.bash
|
||||
misc/ncspot.fish
|
||||
misc/ncspot.elv
|
||||
misc/_ncspot.ps1
|
||||
/misc/_ncspot
|
||||
/misc/ncspot.bash
|
||||
/misc/ncspot.fish
|
||||
/misc/ncspot.elv
|
||||
/misc/_ncspot.ps1
|
||||
|
||||
Reference in New Issue
Block a user