aboutsummaryrefslogtreecommitdiffstats
path: root/.gitattributes
diff options
context:
space:
mode:
authorDominik Holland <dominik.holland@pelagicore.com>2017-07-03 19:01:15 +0200
committerRobert Griebl <robert.griebl@pelagicore.com>2017-07-12 10:22:38 +0000
commit41c08388bdd848ba0e84228e3d31a7676f79022d (patch)
treebe87bd4e833c480d29213325a51e1fd75ff8c6d6 /.gitattributes
parent107832b9e27319e9104e3b68d76a4d0f326567f6 (diff)
ivigenerator: Make the virtualenv deployable
The created virtualenv still uses parts of the system python and is not suitable to be deployed within a installer. The deploy-virtualenv.sh script fixes this, by coping the needed modules from the system to the virtualenv Task-number: QTAUTO-289 Change-Id: Ic564fc4c47baf56b800f018eca7f1eabdc7d46a0 Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com>
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index 1a045fa..2b545f2 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -2,3 +2,4 @@
.gitignore export-ignore
.gitattributes export-ignore
.commit-template export-ignore
+*.bat text eol=crlf