From: Pádraig Brady
Date: Thu, 27 Feb 2020 16:44:03 +0000 (+0000) Subject: maint: ensure .deps/ in the project root is ignored by git X-Git-Tag: v8.32~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc4c55e4bc56bbe984f8f4b65de6171435816b25;p=thirdparty%2Fcoreutils.git maint: ensure .deps/ in the project root is ignored by git * .gitignore: s|*/.deps/|.deps| --- diff --git a/.gitignore b/.gitignore index 9793d6cb7a..318c02617e 100644 --- a/.gitignore +++ b/.gitignore @@ -4,9 +4,9 @@ *.gcda *.gcno *.o -*/.deps/ *~ ._bootmp +.deps .gdb-history .kludge-stamp .version