From 0143e2755ed220aa6675f831d89f4f35839deb21 Mon Sep 17 00:00:00 2001 From: Jani Heikkinen <jani.heikkinen@qt.io> Date: Wed, 31 Mar 2021 10:15:11 +0300 Subject: [PATCH] Add missing .gitattributes and .tag files Fixes: QTBUG-92253 Pick-to: 6.1 Change-Id: Ia1e77addd5c569de399687f02c96217cd65aa83f Reviewed-by: Sona Kurazyan <sona.kurazyan@qt.io> --- .gitattributes | 4 ++++ .tag | 1 + 2 files changed, 5 insertions(+) create mode 100644 .gitattributes create mode 100644 .tag diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..1a045fa --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +.tag export-subst +.gitignore export-ignore +.gitattributes export-ignore +.commit-template export-ignore diff --git a/.tag b/.tag new file mode 100644 index 0000000..6828f88 --- /dev/null +++ b/.tag @@ -0,0 +1 @@ +$Format:%H$