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

[6/6] git commit: refs/heads/master - Add .obj files to .gitignore

Add .obj files to .gitignore


Project: http://git-wip-us.apache.org/repos/asf/lucy/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/2bc30cd4
Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/2bc30cd4
Diff: http://git-wip-us.apache.org/repos/asf/lucy/diff/2bc30cd4

Branch: refs/heads/master
Commit: 2bc30cd42883232236ecec65dd4775ed16f4b1d6
Parents: fa96b79
Author: Nick Wellnhofer <we...@aevum.de>
Authored: Sun Jul 20 17:18:05 2014 +0200
Committer: Nick Wellnhofer <we...@aevum.de>
Committed: Mon Jul 21 18:46:03 2014 +0200

----------------------------------------------------------------------
 .gitignore | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucy/blob/2bc30cd4/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index 5e3a3a7..2d9ea87 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
 *.o
+*.obj
 *.dSYM
 *.gcda
 *.gcno