diff options
author | Sergio Ahumada <sahumada@blackberry.com> | 2014-02-28 15:29:20 +0100 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2014-03-01 03:47:07 +0100 |
commit | 576079f25c2a1de18da26f82473614d442e2f7a5 (patch) | |
tree | 1514f8e46c5d181836b3a32a49a11d22dc09d067 /.gitattributes | |
parent | 2bf36986a10da33b9e9ae082c7f60c5affe3dfac (diff) | |
download | qtwebsockets-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-- | .gitattributes | 4 |
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 |