Add .obj files to .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/61dd4b8c Tree: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/tree/61dd4b8c Diff: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/diff/61dd4b8c Branch: refs/heads/master Commit: 61dd4b8c165580e0963f23d62b2cfdda9b8b120d Parents: aeabd17 Author: Marvin Humphrey <[email protected]> Authored: Sat Jul 19 00:13:10 2014 +0100 Committer: Marvin Humphrey <[email protected]> Committed: Sun Jul 20 19:54:03 2014 +0100 ---------------------------------------------------------------------- .gitignore | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucy-clownfish/blob/61dd4b8c/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 5e3a3a7..2d9ea87 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ *.o +*.obj *.dSYM *.gcda *.gcno
