From 106a7b2bd081248604f61ab3993d478c8aca8812 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Br=C3=BCning?= <michael.bruning@digia.com> Date: Fri, 26 Sep 2014 11:36:29 +0200 Subject: [PATCH] Use the .gitattributes from the modules for the submodule as well. This should prevent the .gitattributes file ending up in the src snapshot. Task-number: QTBUG-41607 Change-Id: I1735331dcbb5f57d30951f942e18bd9c40c803df Reviewed-by: Simon Hausmann <simon.hausmann@digia.com> --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000000..1a045fa1f02 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +.tag export-subst +.gitignore export-ignore +.gitattributes export-ignore +.commit-template export-ignore -- GitLab