summaryrefslogtreecommitdiffstats
path: root/.gitattributes
diff options
context:
space:
mode:
authorJani Heikkinen <jani.heikkinen@qt.io>2017-02-15 07:58:31 +0200
committerJani Heikkinen <jani.heikkinen@qt.io>2017-02-20 07:22:05 +0000
commitc80f502ac0ee3748175f9e22aacf7f3ca0ec9420 (patch)
tree435f9117ef665a0a2b2ef0fb371363fd70749b96 /.gitattributes
parent097fcb3db8596364e67c6c93808751d4b8002e2a (diff)
Add missing git settings files
.gitattributes and .tag files were missing from qtremoteobjects Task-number: QTBUG-58873 Change-Id: I5543e6dc6b57036d34813c5418615c4f44c9db2a Reviewed-by: Akseli Salovaara <akseli.salovaara@qt.io> Reviewed-by: Kevin Funk <kevin.funk@kdab.com> Reviewed-by: Brett Stottlemyer <bstottle@ford.com>
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..6b2abde
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,3 @@
+.tag export-subst
+.gitattributes export-ignore
+.gitignore export-ignore