Update .gitignore
Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/264a3f3f Tree: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/tree/264a3f3f Diff: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/diff/264a3f3f Branch: refs/heads/master Commit: 264a3f3faa67334d54f458dc59b1eebdc2e32435 Parents: 8870dca Author: Nick Wellnhofer <[email protected]> Authored: Tue Nov 11 18:59:58 2014 +0100 Committer: Nick Wellnhofer <[email protected]> Committed: Tue Nov 11 20:53:44 2014 +0100 ---------------------------------------------------------------------- runtime/c/.gitignore | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucy-clownfish/blob/264a3f3f/runtime/c/.gitignore ---------------------------------------------------------------------- diff --git a/runtime/c/.gitignore b/runtime/c/.gitignore index be4fa86..641de1e 100644 --- a/runtime/c/.gitignore +++ b/runtime/c/.gitignore @@ -9,6 +9,8 @@ /cygcfish-*.dll /libcfish-*.dll /libcfish.*.dylib +/libcfish.a +/libcfish.a.* /libcfish.dylib /libcfish.so /libcfish.so.*
