Commit dbe4b0f
committed
.gitignore: use /src instead of ./src to ignore top-level binary
The ./src pattern is non-standard gitignore syntax. Tools like ripgrep
(used by Neovim's Telescope) misinterpret it and also hide cmd/src/,
making files in that directory unfindable. /src correctly matches only
the top-level compiled binary.1 parent 5e4aec2 commit dbe4b0f
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
0 commit comments