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/20 17:21:10 UTC

[2/2] git commit: refs/heads/win_fixes_for_0.4 - 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/9ad21fcf
Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/9ad21fcf
Diff: http://git-wip-us.apache.org/repos/asf/lucy/diff/9ad21fcf

Branch: refs/heads/win_fixes_for_0.4
Commit: 9ad21fcf034331ab105b048dc48d903b04d324b7
Parents: 959a861
Author: Nick Wellnhofer <we...@aevum.de>
Authored: Sun Jul 20 17:18:05 2014 +0200
Committer: Nick Wellnhofer <we...@aevum.de>
Committed: Sun Jul 20 17:18:05 2014 +0200

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


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