summaryrefslogtreecommitdiffstats
path: root/tools/scripts/take_snapshot.py
diff options
context:
space:
mode:
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