From 01dfb1850ad0b556a5f11c4d73e35a41955044fe Mon Sep 17 00:00:00 2001 From: Dedushka Date: Sun, 17 Jan 2021 13:01:22 -0500 Subject: [PATCH] Don't ignore files in inc/mod directory. The original pathspec matches any path with "mod" in it. We modified it here to only match directories at the top level. --- .gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 73da9936..493d4027 100644 --- a/.gitignore +++ b/.gitignore @@ -61,9 +61,9 @@ tf/ [._]s[a-w][a-z] # special boards -all/ -mod/ -random/ +/all/ +/mod/ +/random/ # Banners banners/*