From b5632a7958893342a94f8dd31cba89dfd8e481b3 Mon Sep 17 00:00:00 2001
From: Kambiz Darabi <darabi@m-creations.net>
Date: Thu, 24 Mar 2016 17:06:12 +0100
Subject: [PATCH] Remove debian/patches from .gitignore and comment the debian
 entries

---
 .gitignore | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 024ee67a8..32573ddaf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -50,13 +50,18 @@ test/fileMissing.lisp
 test/hello-world-example
 
 build-stamp
+
+# Although there is no debian subdir/ in this repo any more, the
+# presence of these lines helps the debian package maintainers, so
+# please leave them here.
+
 debian/cl-asdf.debhelper.log
 debian/cl-asdf.postinst.debhelper
 debian/cl-asdf.prerm.debhelper
 debian/cl-asdf.substvars
 debian/cl-asdf/
-debian/patches/
 debian/files
+
 .pc
 
 /.DS_Store
-- 
GitLab