Add .tag file and the git-archive export options
authorSergio Ahumada <sahumada@blackberry.com>
Fri, 28 Feb 2014 14:29:20 +0000 (15:29 +0100)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Sat, 1 Mar 2014 02:47:07 +0000 (03:47 +0100)
The .gitattributes and .gitignore files do not need to be present in
packaged sources, as they are for people using the Git repository.

Change-Id: I37f69ce0dfbc25592c149118137398f96cdeb117
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
.gitattributes [new file with mode: 0644]
.tag [new file with mode: 0644]

diff --git a/.gitattributes b/.gitattributes
new file mode 100644 (file)
index 0000000..1a045fa
--- /dev/null
@@ -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 (file)
index 0000000..6828f88
--- /dev/null
+++ b/.tag
@@ -0,0 +1 @@
+$Format:%H$