Skip to content

Commit

Permalink
fix: add leading slash to gitignore paths
Browse files Browse the repository at this point in the history
The leading slash forces Git to only look for the mentioned files from
the root of the directory, not inside allowed subdirectories.
  • Loading branch information
ThomasFrans authored and hrkfdn committed Nov 24, 2023
1 parent 9c29f17 commit caf937d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit caf937d

Please sign in to comment.