From a326019a8a36a9c19c9831ac7f3688e5c0835bae Mon Sep 17 00:00:00 2001 From: Damien Lespiau Date: Fri, 9 Oct 2015 11:17:00 +0100 Subject: [PATCH] gitignore: Only ignore quilt files at the root of the repository So, say, a 'series' directory in the project (added in a later patch) doesn't get ignored. Signed-off-by: Damien Lespiau Acked-by: Stephen Finucane --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index b16c5e28..b718f0a0 100644 --- a/.gitignore +++ b/.gitignore @@ -20,8 +20,8 @@ TAGS patches-* # quilt's files -patches -series +/patches +/series # cscope files cscope.* -- 2.47.3