summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2017-10-11 12:17:48 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2018-05-23 13:31:33 +0200
commit0d15d13bda776d9449efbe588b41a92609255a1f (patch)
tree53f899a960147486649d70547dad3a5d04d47821
parentd8959ce9d76544337c2c284302613daabc8f6028 (diff)
Do not export .gitignore and .gitattributes
Copied from standard code in .gitattributes in other qt modules. Task-number: QTBUG-62952 Change-Id: I48739086536fc56abe610f7e36112283d6d1b73a Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
-rw-r--r--.gitattributes2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index a6d97b28af3..c14415182f7 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,2 +1,4 @@
# Force LF checkout of the pins files to avoid transport_security_state_generator errors.
/chromium/net/http/*.pins text eol=lf
+.gitignore export-ignore
+.gitattributes export-ignore