]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
.gitignore: allow debian .patch files 17577/head
authorKen Dreyer <kdreyer@redhat.com>
Thu, 7 Sep 2017 17:07:59 +0000 (11:07 -0600)
committerKen Dreyer <kdreyer@redhat.com>
Thu, 7 Sep 2017 17:08:51 +0000 (11:08 -0600)
commitc734b0c0296152721b658af7b699a64b3a49d251
tree7af1d82c1417325735057b9fe0b0fade28f6ca22
parent404e39677b1ac00f12b92c3254015684c5883dae
.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>
.gitignore