summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorSergio Ahumada <sahumada@blackberry.com>2014-02-28 15:29:20 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-03-01 03:47:07 +0100
commit576079f25c2a1de18da26f82473614d442e2f7a5 (patch)
tree1514f8e46c5d181836b3a32a49a11d22dc09d067 /.gitattributes
parent2bf36986a10da33b9e9ae082c7f60c5affe3dfac (diff)
downloadqtwebsockets-576079f25c2a1de18da26f82473614d442e2f7a5.tar.gz
Add .tag file and the git-archive export options
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>
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes4
1 files changed, 4 insertions, 0 deletions
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