From f23b233e3ad7217c207ff2d4b223d729f4002330 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Tue, 6 Apr 2010 10:43:36 -0700 Subject: [PATCH] .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. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 95c50ec1..217440d5 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ libnotmuch.so* *~ .*.swp *.elc +releases -- 2.43.0