Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <campbell@blender.org>2022-09-16 08:34:53 +0300
committerCampbell Barton <campbell@blender.org>2022-09-16 08:34:53 +0300
commit8bf0714d5067942defca027908b5dff05645fbc8 (patch)
tree2972035be7530a5257fd298993cf7fde817f7954 /build_files/utils
parentac76da2944a2b2810fc17f793ba313144beddd78 (diff)
make_source_archive: exclude hidden git files
Diffstat (limited to 'build_files/utils')
-rwxr-xr-xbuild_files/utils/make_source_archive.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/build_files/utils/make_source_archive.py b/build_files/utils/make_source_archive.py
index f0d3f43b943..71fe7788b90 100755
--- a/build_files/utils/make_source_archive.py
+++ b/build_files/utils/make_source_archive.py
@@ -19,6 +19,8 @@ from typing import Iterable, TextIO, Optional, Any, Union
SKIP_NAMES = {
".gitignore",
".gitmodules",
+ ".gitattributes",
+ ".git-blame-ignore-revs",
".arcconfig",
".svn",
}