From 57f79fed29fbed44f8467c34565a00dfd429454f Mon Sep 17 00:00:00 2001 From: Antti Kokko Date: Tue, 20 Jan 2015 09:24:36 +0200 Subject: Add .tag and .gitattribute files Change-Id: I16bb8b29cff5fe58490b546f12924efa69356381 See: codereview.qt-project.org/#/c/67271/1 Reviewed-by: Christian Stromme --- .gitattributes | 2 ++ .tag | 1 + 2 files changed, 3 insertions(+) create mode 100644 .gitattributes create mode 100644 .tag diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..0909f7a --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +.tag export-subst +.gitattributes export-ignore diff --git a/.tag b/.tag new file mode 100644 index 0000000..6828f88 --- /dev/null +++ b/.tag @@ -0,0 +1 @@ +$Format:%H$ -- cgit v1.2.3