Skip to content
This repository was archived by the owner on Feb 13, 2025. It is now read-only.

Commit a871dd3

Browse files
Anselm KruisAnselm Kruis
Anselm Kruis
authored and
Anselm Kruis
committed
Stackless: update Stackless/Tools/create_source_archive.sh
Add more dot-files to the exclude list
1 parent 6a3fd25 commit a871dd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Stackless/Tools/create_source_archive.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ if [ $# != 3 ] ; then
1414
exit 1
1515
fi
1616

17-
: ${excludes:=.gitignore .git* .hg* .bzrignore .mention-bot .travis.yml}
17+
: ${excludes:=.gitignore .git* .hg* .bzrignore .mention-bot .travis.yml .readthedocs.yml .azure-pipelines}
1818

1919
git_python_dir="$1" ; shift
2020
if [ "x$1" = "x-v" ] ; then

0 commit comments

Comments
 (0)