You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucy.apache.org by ma...@apache.org on 2014/07/20 20:56:07 UTC

[2/7] git commit: Add .obj files to .gitignore.

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 <ma...@rectangular.com>
Authored: Sat Jul 19 00:13:10 2014 +0100
Committer: Marvin Humphrey <ma...@rectangular.com>
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