summaryrefslogtreecommitdiffstats
path: root/tools/scripts/take_snapshot.py
diff options
context:
space:
mode:
authorZeno Albisser <zeno.albisser@digia.com>2014-11-24 13:51:55 +0100
committerZeno Albisser <zeno.albisser@digia.com>2014-12-03 14:01:59 +0100
commit3992b1a5f352e543dcf2b090080adeccdd3cb0d8 (patch)
treeb0e0a191852589030ac1f6bab07415b1b1b1a7f1 /tools/scripts/take_snapshot.py
parent76fa6f7eee2e02bb0c7314c21145bf0ea1371cb0 (diff)
take_snapshot.py: Do not adopt .gitattributes files.
Some of these files enforce crlf conversion. For packaging reasons we have to make sure we never have crlf in our repository. Change-Id: I3b4da212c587f8461819f3d01e4967ebefaef4b0 Reviewed-by: Andras Becsi <andras.becsi@theqtcompany.com>
Diffstat (limited to 'tools/scripts/take_snapshot.py')
-rwxr-xr-xtools/scripts/take_snapshot.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/scripts/take_snapshot.py b/tools/scripts/take_snapshot.py
index 3b467588f..206c50ffc 100755
--- a/tools/scripts/take_snapshot.py
+++ b/tools/scripts/take_snapshot.py
@@ -61,6 +61,7 @@ def isInGitBlacklist(file_path):
False
if ( '.gitignore' in file_path
or '.gitmodules' in file_path
+ or '.gitattributes' in file_path
or '.DEPS' in file_path ):
return True