From 8bf0714d5067942defca027908b5dff05645fbc8 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 16 Sep 2022 15:34:53 +1000 Subject: make_source_archive: exclude hidden git files --- build_files/utils/make_source_archive.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'build_files') 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", } -- cgit v1.2.3