aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@qt.io>2017-08-07 11:43:14 +0200
committerSimon Hausmann <simon.hausmann@qt.io>2017-08-07 09:44:35 +0000
commitfe58b18c13d1ea5d42951e5b698efc3bfab6dc8c (patch)
tree3b3670bd3dff0e2ffa09bcfaf8130a8ea7ed302c
parentd60c4ed97e69639bc5bc1db43a98828debf80c8a (diff)
Don't export .gitignore in source archives
Task-number: QTBUG-59991 Change-Id: If7bd6e4f34ce185c1e328e17dc80a3f6ba542c1e Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
-rw-r--r--.gitattributes2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 000000000..e9a8e4403
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,2 @@
+.gitignore export-ignore
+.gitattributes export-ignore