[PATCH 01/51] gitignore: Only ignore quilt files at the root of the repository

Damien Lespiau damien.lespiau at intel.com
Sat Sep 12 01:54:34 AEST 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 b16c5e2..b718f0a 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