summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2016-12-22 09:33:09 +0100
committerTobias Klauser <tklauser@distanz.ch>2016-12-22 09:35:12 +0100
commitb5df429ad811995e9e19978fd1f2945cf882cc8a (patch)
tree20176e1b924b0adc48fa02645679272bfe141a94
parente9c5801dce264f2fb8b863bd8275db81882526a7 (diff)
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 <tklauser@distanz.ch>
-rw-r--r--.gitattributes4
1 files changed, 4 insertions, 0 deletions
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