gitignore: simplify _gerber_ dir exclusion
gitignore globs are not repo-global by default. They are so only with an explicit `/` in front. Also, all files below an ignored directory are ignored as well.
This commit is contained in:
parent
54371a674a
commit
0327e80558
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,4 +1,4 @@
|
||||
.DS_Store
|
||||
*.bak
|
||||
*.kicad_pcb-bak
|
||||
**/gerber/*
|
||||
gerber/
|
||||
|
Loading…
Reference in New Issue
Block a user