diff options
author | Michael Adam <obnox@samba.org> | 2012-02-15 15:34:58 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2012-02-16 12:09:55 +0100 |
commit | e0797c6c9a41dcf1f7d8c6c20b1a5a8b18c70ba6 (patch) | |
tree | 2bc026d5f4c390c2daf045e64c267aba2c527d07 /wscript | |
parent | 56747249ca33433e10f4e5839bdf739055e26155 (diff) | |
download | samba-e0797c6c9a41dcf1f7d8c6c20b1a5a8b18c70ba6.tar.gz |
wafsamba: exclude '.gitignore' from "make dist"
.gitignore can cause unwanted effects, if one e.g. maintains
a packaging (like debian) of the generated distribution in git
Diffstat (limited to 'wscript')
-rwxr-xr-x | wscript | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -12,6 +12,7 @@ import wafsamba, Options, samba_dist, Scripting, Utils, samba_version samba_dist.DIST_DIRS('.') +samba_dist.DIST_BLACKLIST('.gitignore') # install in /usr/local/samba by default Options.default_prefix = '/usr/local/samba' |