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 14:16:53 UTC

[2/2] git commit: refs/heads/win_fixes_for_0.4 - Update .gitignore files for MSVC

Update .gitignore files for MSVC


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

Branch: refs/heads/win_fixes_for_0.4
Commit: 563ce53caa29455b67a51204d9e254fc727f6c7c
Parents: a509f69
Author: Nick Wellnhofer <we...@aevum.de>
Authored: Mon Jul 21 14:16:12 2014 +0200
Committer: Nick Wellnhofer <we...@aevum.de>
Committed: Mon Jul 21 14:16:12 2014 +0200

----------------------------------------------------------------------
 .gitignore       | 1 +
 c/.gitignore     | 5 +++++
 lemon/.gitignore | 1 +
 perl/.gitignore  | 2 ++
 4 files changed, 9 insertions(+)
----------------------------------------------------------------------


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

http://git-wip-us.apache.org/repos/asf/lucy/blob/563ce53c/c/.gitignore
----------------------------------------------------------------------
diff --git a/c/.gitignore b/c/.gitignore
index 395d9ad..6fc6f3f 100644
--- a/c/.gitignore
+++ b/c/.gitignore
@@ -1,9 +1,14 @@
 /Makefile
 /autogen/
 /charmonizer
+/charmonizer.exe
 /charmony.h
 /liblucy.*.dylib
 /liblucy.dylib
 /liblucy.so
 /liblucy.so.*
+/lucy-*.dll
+/lucy-*.exp
+/lucy-*.lib
 /t/test_lucy
+/t/test_lucy.exe

http://git-wip-us.apache.org/repos/asf/lucy/blob/563ce53c/lemon/.gitignore
----------------------------------------------------------------------
diff --git a/lemon/.gitignore b/lemon/.gitignore
index bde2990..7ac5cce 100644
--- a/lemon/.gitignore
+++ b/lemon/.gitignore
@@ -1 +1,2 @@
 lemon
+lemon.exe

http://git-wip-us.apache.org/repos/asf/lucy/blob/563ce53c/perl/.gitignore
----------------------------------------------------------------------
diff --git a/perl/.gitignore b/perl/.gitignore
index 0c60b68..bcd7739 100644
--- a/perl/.gitignore
+++ b/perl/.gitignore
@@ -1,5 +1,6 @@
 *.pod
 /Build
+/Build.bat
 /Charmony.pm
 /MYMETA.json
 /MYMETA.yml
@@ -7,6 +8,7 @@
 /autogen/
 /blib/
 /charmonizer
+/charmonizer.exe
 /charmonize.c
 /charmony.h
 /lib/Lucy.c