diff options
| author | Damien Regad <dregad@mantisbt.org> | 2016-08-29 00:54:54 +0200 |
|---|---|---|
| committer | Damien Regad <dregad@mantisbt.org> | 2016-08-29 00:54:54 +0200 |
| commit | 292e4a9433fe96f02cccc2313a7198efee844214 (patch) | |
| tree | f1940668798c8e13f0f7be57a29f2edd2f840d17 /scripts | |
| parent | ecb93d8c1fd3bbde62aca9c3a13c32f077da2da8 (diff) | |
| download | adodb-292e4a9433fe96f02cccc2313a7198efee844214.tar.gz adodb-292e4a9433fe96f02cccc2313a7198efee844214.tar.bz2 adodb-292e4a9433fe96f02cccc2313a7198efee844214.zip | |
Exclude 'tests' directory from release tarballs
It is only used for development purposes and is not necessary for normal
ADOdb operations.
Issue #274
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/buildrelease.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/buildrelease.py b/scripts/buildrelease.py index 99e9be85..ca2f8bc0 100755 --- a/scripts/buildrelease.py +++ b/scripts/buildrelease.py @@ -30,6 +30,7 @@ release_prefix = "adodb" exclude_list = (".git*", "replicate", "scripts", + "tests", # There are no png files in there... # "cute_icons_for_site/*.png", "hs~*.*", |
