mirror of
https://github.com/ceph/ceph
synced 2024-12-18 01:16:55 +00:00
.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>
This commit is contained in:
parent
404e39677b
commit
c734b0c029
1
.gitignore
vendored
1
.gitignore
vendored
@ -15,6 +15,7 @@
|
||||
*.tmp
|
||||
*.orig
|
||||
*.patch
|
||||
!debian/patches/*.patch
|
||||
*.rej
|
||||
*.rpm
|
||||
*.pyc
|
||||
|
Loading…
Reference in New Issue
Block a user