From cc4c55e4bc56bbe984f8f4b65de6171435816b25 Mon Sep 17 00:00:00 2001 From: =?utf8?q?P=C3=A1draig=20Brady?=
Date: Thu, 27 Feb 2020 16:44:03 +0000 Subject: [PATCH] maint: ensure .deps/ in the project root is ignored by git * .gitignore: s|*/.deps/|.deps| --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2