From c3f263509b64814ba12dbb627897de00b05230bc Mon Sep 17 00:00:00 2001 From: Iikka Eklund Date: Mon, 15 Feb 2016 22:13:37 +0200 Subject: Add .gitattributes and .tag files These files are needed by the COIN to create the release src package correctly. Using the same attributes as other releasable qt modules. Task-number: QTBUG-50629 Change-Id: Ie210a8282cfbcc2d87f34a7f5c93506afa8605a3 Reviewed-by: Antti Kokko --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes (limited to '.gitattributes') diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..a0932db --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +.tag export-subst +.gitignore export-ignore +.gitattributes export-ignore -- cgit v1.2.3