Update .gitignore for MinGW
Project: http://git-wip-us.apache.org/repos/asf/lucy/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/7ac897cc Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/7ac897cc Diff: http://git-wip-us.apache.org/repos/asf/lucy/diff/7ac897cc Branch: refs/heads/mingw-fixes Commit: 7ac897cc335aa9d3e9e7df835ca233ae49c5b577 Parents: 3c9015b Author: Nick Wellnhofer <[email protected]> Authored: Mon Jul 21 22:45:44 2014 +0200 Committer: Nick Wellnhofer <[email protected]> Committed: Mon Jul 21 22:45:44 2014 +0200 ---------------------------------------------------------------------- c/.gitignore | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucy/blob/7ac897cc/c/.gitignore ---------------------------------------------------------------------- diff --git a/c/.gitignore b/c/.gitignore index 6fc6f3f..bc7ef84 100644 --- a/c/.gitignore +++ b/c/.gitignore @@ -3,6 +3,7 @@ /charmonizer /charmonizer.exe /charmony.h +/liblucy-*.dll /liblucy.*.dylib /liblucy.dylib /liblucy.so
