diff options
author | Daniel Borkmann <dborkman@redhat.com> | 2013-03-15 14:20:43 +0100 |
---|---|---|
committer | Daniel Borkmann <dborkman@redhat.com> | 2013-03-15 14:22:30 +0100 |
commit | 271c2f65bf0acbfe1220822e7d471e0f18d329df (patch) | |
tree | e3c829a46c19c7e2feeaef13520d6cf97a3eacf2 /.gitignore | |
parent | 2c93b5ae28969362446e94dabe69ef518c171841 (diff) |
build: add make release target
It is useful to have as much as possible scripted, to be less error-prone
and to have a uniform and simple workflow. Therefore, make the tagging,
tarball and mail message in a uniform way.
Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -38,5 +38,8 @@ Makefile *.tar.bz *.tar.xz +# Release related stuff +.MAIL_MSG + # Excluded from ignorance !.gitignore |