[PATCH 1/3] gitignore: Only ignore quilt files at the root of the repository
Damien Lespiau
damien.lespiau at intel.com
Fri Oct 9 21:17:00 AEDT 2015
So, say, a 'series' directory in the project (added in a later patch)
doesn't get ignored.
Signed-off-by: Damien Lespiau <damien.lespiau at intel.com>
---
.gitignore | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.gitignore b/.gitignore
index 52707be..94481ad 100644
--- a/.gitignore
+++ b/.gitignore
@@ -20,8 +20,8 @@ TAGS
patches-*
# quilt's files
-patches
-series
+/patches
+/series
# cscope files
cscope.*
--
2.1.0
More information about the Patchwork
mailing list