From b5df429ad811995e9e19978fd1f2945cf882cc8a Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Thu, 22 Dec 2016 09:33:09 +0100 Subject: Add .gitattributes Ignore dotfiles and debian packaging in exports. The reason for excluding the debian/ directory is that Debian preferes upstream source packages to not contain devian packaging info. Signed-off-by: Tobias Klauser --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..da9d78a --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +/debian export-ignore +.gitattributes export-ignore +.gitignore export-ignore +.travis.yml export-ignore -- cgit v1.2.3-54-g00ecf