mirror of
https://github.com/ceph/ceph
synced 2024-12-13 06:57:21 +00:00
c734b0c029
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>
64 lines
709 B
Plaintext
64 lines
709 B
Plaintext
*~
|
|
*.co
|
|
*.diff
|
|
*.deb
|
|
*.tar.gz
|
|
*.tar.bz2
|
|
*.dsc
|
|
*.changes
|
|
*.gcda
|
|
*.gcov
|
|
*.gcno
|
|
*.generated.dot
|
|
*.swp
|
|
*.swo
|
|
*.tmp
|
|
*.orig
|
|
*.patch
|
|
!debian/patches/*.patch
|
|
*.rej
|
|
*.rpm
|
|
*.pyc
|
|
ceph.spec
|
|
cscope.*
|
|
gmon.out
|
|
py-compile
|
|
|
|
# Files generated by crashed programs
|
|
vgcore.*
|
|
core
|
|
*.core
|
|
|
|
# Files generated by running tests
|
|
*.log
|
|
/src/td
|
|
|
|
# alpine abuild things
|
|
.abuild/
|
|
alpine/APKBUILD
|
|
|
|
# specific local dir files
|
|
/build-doc
|
|
/tags
|
|
|
|
# where is this from?
|
|
web/*.html
|
|
|
|
# dir from coverity tools
|
|
cov-int/
|
|
|
|
# gtags(1) generated files
|
|
GPATH
|
|
GRTAGS
|
|
GSYMS
|
|
GTAGS
|
|
/examples/librados/.libs/
|
|
/examples/librados/librados_hello_world
|
|
/examples/librados/librados_hello_world_c
|
|
|
|
# common cmake build dir
|
|
/build
|
|
|
|
# editor backup files etc.
|
|
\#*\#
|