--- /dev/null
+From: Raspbian forward porter <root@raspbian.org>
+Subject: remove gitattributes files that cause problems for dgit.
+
+--- ceph-14.2.5.orig/src/civetweb/.gitattributes
++++ /dev/null
+@@ -1,33 +0,0 @@
+-# Auto detect text files and perform LF normalization
+-* -text
+-
+-# Custom for Visual Studio
+-*.cs diff=csharp
+-*.sln merge=union
+-*.csproj merge=union
+-*.vbproj merge=union
+-*.fsproj merge=union
+-*.dbproj merge=union
+-
+-# Standard to msysgit
+-*.doc diff=astextplain
+-*.DOC diff=astextplain
+-*.docx diff=astextplain
+-*.DOCX diff=astextplain
+-*.dot diff=astextplain
+-*.DOT diff=astextplain
+-*.pdf diff=astextplain
+-*.PDF diff=astextplain
+-*.rtf diff=astextplain
+-*.RTF diff=astextplain
+-
+-# Preserver Windows specfic lines endings
+-*.cmd text eol=crlf
+-
+-
+-# Settings for github syntax highlighting
+-# see https://github.com/github/linguist/blob/master/README.md
+-docs/* linguist-documentation
+-*.inl linguist-language=C
+-*.h linguist-language=C
+-include/CivetServer.h linguist-language=C++
+--- ceph-14.2.5.orig/src/rapidjson/.gitattributes
++++ /dev/null
+@@ -1,22 +0,0 @@
+-# Set the default behavior, in case people don't have core.autocrlf set.
+-* text=auto
+-
+-# Explicitly declare text files you want to always be normalized and converted
+-# to native line endings on checkout.
+-*.cpp text
+-*.h text
+-*.txt text
+-*.md text
+-*.cmake text
+-*.svg text
+-*.dot text
+-*.yml text
+-*.in text
+-*.sh text
+-*.autopkg text
+-Dockerfile text
+-
+-# Denote all files that are truly binary and should not be modified.
+-*.png binary
+-*.jpg binary
+-*.json binary
+\ No newline at end of file
+--- ceph-14.2.5.orig/src/zstd/.gitattributes
++++ /dev/null
+@@ -1,24 +0,0 @@
+-# Set the default behavior
+-* text eol=lf
+-
+-# Explicitly declare source files
+-*.c text eol=lf
+-*.h text eol=lf
+-
+-# Denote files that should not be modified.
+-*.odt binary
+-*.png binary
+-
+-# Visual Studio
+-*.sln text eol=crlf
+-*.vcxproj* text eol=crlf
+-*.vcproj* text eol=crlf
+-*.suo binary
+-*.rc text eol=crlf
+-
+-# Windows
+-*.bat text eol=crlf
+-*.cmd text eol=crlf
+-
+-# .travis.yml merging
+-.travis.yml merge=ours