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:
hoijui 2020-06-26 09:13:54 +02:00
parent 54371a674a
commit 0327e80558

2
.gitignore vendored
View File

@ -1,4 +1,4 @@
.DS_Store
*.bak
*.kicad_pcb-bak
**/gerber/*
gerber/