From: Carl Worth Date: Tue, 6 Apr 2010 17:43:36 +0000 (-0700) Subject: .gitignore: Ignore the releases directory. X-Git-Tag: debian-0.1-1~23 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=f23b233e3ad7217c207ff2d4b223d729f4002330 .gitignore: Ignore the releases directory. The "make release" target creates this directory, but it's nothing I'll ever want to add to the git repository. --- diff --git a/.gitignore b/.gitignore index 95c50ec1..217440d5 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ libnotmuch.so* *~ .*.swp *.elc +releases