summaryrefslogtreecommitdiffstats
path: root/.gitattributes
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-04-09 16:23:44 +0200
commitaa9e7d7264980e8ca189dcae4d841cf0e33e03db (patch)
tree524737d55abaf5b2fdcdc51d4304c44a23d06d26 /.gitattributes
parentf1a3b4eec78e164255e22ad544fa0f8eb2dde4fc (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>
Diffstat (limited to '.gitattributes')
-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