10000 Stackless: update Stackless/Tools/create_source_archive.sh · stackless-dev/stackless@321104d · GitHub
[go: up one dir, main page]

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

Commit 321104d

Browse files
author
Anselm Kruis
committed
Stackless: update Stackless/Tools/create_source_archive.sh
Add more dot-files to the exclude list (cherry picked from commit a871dd3)
1 parent ac1ae2a commit 321104d

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)
0