diff options
author | Carl Worth <cworth@cworth.org> | 2010-04-06 10:43:36 -0700 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2010-04-06 14:36:31 -0700 |
commit | f23b233e3ad7217c207ff2d4b223d729f4002330 (patch) | |
tree | e6c2552cfbda104f8967ef79adc7bf8ea9645e24 | |
parent | 0f3480919728def0c414866f8e635e94650eee82 (diff) |
.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.
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -12,3 +12,4 @@ libnotmuch.so* *~ .*.swp *.elc +releases |