diff mbox

[1/3] gitignore: Only ignore quilt files at the root of the repository

Message ID 1444385822-24254-2-git-send-email-damien.lespiau@intel.com
State Accepted
Headers show

Commit Message

Damien Lespiau Oct. 9, 2015, 10:17 a.m. UTC
So, say, a 'series' directory in the project (added in a later patch)
doesn't get ignored.

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
---
 .gitignore | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Stephen Finucane Oct. 9, 2015, 11:21 p.m. UTC | #1
> So, say, a 'series' directory in the project (added in a later patch)

> doesn't get ignored.

> 

> Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>


Acked-by: Stephen Finucane <stephen.finucane@intel.com>
Stephen Finucane Oct. 27, 2015, 2:03 a.m. UTC | #2
> > So, say, a 'series' directory in the project (added in a later patch)

> > doesn't get ignored.

> >

> > Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>

> 

> Acked-by: Stephen Finucane <stephen.finucane@intel.com>


Merged.
diff mbox

Patch

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.*