From 0327e8055846fda3b0910263ad44ea9c6bef75e7 Mon Sep 17 00:00:00 2001 From: hoijui Date: Fri, 26 Jun 2020 09:13:54 +0200 Subject: [PATCH] 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. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0e00efd..c29a749 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ .DS_Store *.bak *.kicad_pcb-bak -**/gerber/* +gerber/