From: Damien Lespiau Date: Fri, 9 Oct 2015 10:17:00 +0000 (+0100) Subject: gitignore: Only ignore quilt files at the root of the repository X-Git-Tag: v1.1.0~201 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a326019a8a36a9c19c9831ac7f3688e5c0835bae;p=thirdparty%2Fpatchwork.git 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 --- 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.*