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:
Thomas Frans
2023-11-20 22:12:35 +01:00
committed by Henrik Friedrichsen
parent 9c29f17ca1
commit caf937d858

10
.gitignore vendored
View File

@@ -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