Skip to content

Commit

Permalink
Stackless: update Stackless/Tools/create_source_archive.sh
Browse files Browse the repository at this point in the history
Add more dot-files to the exclude list
  • Loading branch information
Anselm Kruis authored and Anselm Kruis committed Jan 22, 2019
1 parent 6a3fd25 commit a871dd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Stackless/Tools/create_source_archive.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if [ $# != 3 ] ; then
exit 1
fi

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

git_python_dir="$1" ; shift
if [ "x$1" = "x-v" ] ; then
Expand Down

0 comments on commit a871dd3

Please sign in to comment.