From 3992b1a5f352e543dcf2b090080adeccdd3cb0d8 Mon Sep 17 00:00:00 2001 From: Zeno Albisser Date: Mon, 24 Nov 2014 13:51:55 +0100 Subject: 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 --- tools/scripts/take_snapshot.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tools') 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 -- cgit v1.2.3