summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorDaniel Borkmann <dborkman@redhat.com>2013-03-15 14:20:43 +0100
committerDaniel Borkmann <dborkman@redhat.com>2013-03-15 14:22:30 +0100
commit271c2f65bf0acbfe1220822e7d471e0f18d329df (patch)
treee3c829a46c19c7e2feeaef13520d6cf97a3eacf2 /.gitignore
parent2c93b5ae28969362446e94dabe69ef518c171841 (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--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index dadfb3d..4566395 100644
--- a/.gitignore
+++ b/.gitignore
@@ -38,5 +38,8 @@ Makefile
*.tar.bz
*.tar.xz
+# Release related stuff
+.MAIL_MSG
+
# Excluded from ignorance
!.gitignore