]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
.gitignore: allow debian .patch files 18154/head
authorKen Dreyer <kdreyer@redhat.com>
Thu, 7 Sep 2017 17:07:59 +0000 (11:07 -0600)
committerKen Dreyer <kdreyer@redhat.com>
Fri, 6 Oct 2017 15:06:41 +0000 (09:06 -0600)
commit33549376987b18a9bdcf5f56e62268c5791124bc
tree9d7df63ecfa8cc52e166f7bf12b1defd5d75a944
parentd5506105120479c1831ab559b555e2d4ea4c357c
.gitignore: allow debian .patch files

The Ubuntu packaging layout with git-buildpackage assumes a
"debian/patches/" directory with several .patch files in it.

When upstream's .gitignore tells Git to ignore .patch files, we have to
edit that line out downstream. When we forget to do that downstream, it
can lead to missing patches and broken downstream builds.

Allow patches in the /debian/patches directory so it's easier to
maintain an Ubuntu package based on upstream's Git repo.

Signed-off-by: Ken Dreyer <kdreyer@redhat.com>
(cherry picked from commit c734b0c0296152721b658af7b699a64b3a49d251)
.gitignore