From 7aa8044da565653ba9b16e296a86cd66870e3509 Mon Sep 17 00:00:00 2001 From: "borenet@google.com" Date: Wed, 11 Sep 2013 13:01:27 +0000 Subject: Ignore the .git directory in sanitize_source_files, remove .git directory... R=rmistry@google.com Review URL: https://codereview.chromium.org/23981006 git-svn-id: http://skia.googlecode.com/svn/trunk@11193 2bbb7eff-a529-9590-31e7-b0007b416f81 --- tools/sanitize_source_files.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/sanitize_source_files.py') diff --git a/tools/sanitize_source_files.py b/tools/sanitize_source_files.py index c7edaa0bd2..9fd6d3272d 100755 --- a/tools/sanitize_source_files.py +++ b/tools/sanitize_source_files.py @@ -13,7 +13,7 @@ import sys _FILE_EXTENSIONS_TO_SANITIZE = ['cpp', 'h', 'c', 'gyp', 'gypi'] -_SUBDIRS_TO_IGNORE = ['.svn', 'third_party'] +_SUBDIRS_TO_IGNORE = ['.git', '.svn', 'third_party'] def SanitizeFilesWithModifiers(directory, file_modifiers, line_modifiers): -- cgit v1.2.3