.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.
This commit is contained in:
Carl Worth 2010-04-06 10:43:36 -07:00
parent 0f34809197
commit f23b233e3a

1
.gitignore vendored
View file

@ -12,3 +12,4 @@ libnotmuch.so*
*~ *~
.*.swp .*.swp
*.elc *.elc
releases