Updated Branches: refs/heads/master 4bb2af72b -> 4087c715d
Add liblucy.so to .gitignore Project: http://git-wip-us.apache.org/repos/asf/lucy/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/4087c715 Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/4087c715 Diff: http://git-wip-us.apache.org/repos/asf/lucy/diff/4087c715 Branch: refs/heads/master Commit: 4087c715dd79914f9091a89d5d7f6214ebf6aced Parents: 18bc527 Author: Nick Wellnhofer <[email protected]> Authored: Thu Mar 14 14:44:17 2013 +0100 Committer: Nick Wellnhofer <[email protected]> Committed: Thu Mar 14 14:44:17 2013 +0100 ---------------------------------------------------------------------- c/.gitignore | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucy/blob/4087c715/c/.gitignore ---------------------------------------------------------------------- diff --git a/c/.gitignore b/c/.gitignore index f030662..51675ab 100644 --- a/c/.gitignore +++ b/c/.gitignore @@ -3,4 +3,5 @@ /charmonizer /charmony.h /liblucy.dylib +/liblucy.so /t/test_lucy
