Update .gitignore files for MSVC
Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/7baa94b7 Tree: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/tree/7baa94b7 Diff: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/diff/7baa94b7 Branch: refs/heads/master Commit: 7baa94b7efcbf862bee7c6ab0d172d0b33b95a64 Parents: b27af5b Author: Nick Wellnhofer <[email protected]> Authored: Mon Jul 21 13:41:07 2014 +0200 Committer: Nick Wellnhofer <[email protected]> Committed: Mon Jul 21 13:41:07 2014 +0200 ---------------------------------------------------------------------- .gitignore | 1 + compiler/c/.gitignore | 3 +++ compiler/perl/.gitignore | 2 ++ lemon/.gitignore | 1 + runtime/c/.gitignore | 5 +++++ runtime/perl/.gitignore | 2 ++ 6 files changed, 14 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucy-clownfish/blob/7baa94b7/.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-clownfish/blob/7baa94b7/compiler/c/.gitignore ---------------------------------------------------------------------- diff --git a/compiler/c/.gitignore b/compiler/c/.gitignore index b5fef9b..bd44f7f 100644 --- a/compiler/c/.gitignore +++ b/compiler/c/.gitignore @@ -1,5 +1,8 @@ /Makefile /cfc +/cfc.exe /charmonizer +/charmonizer.exe /charmony.h /t/test_cfc +/t/test_cfc.exe http://git-wip-us.apache.org/repos/asf/lucy-clownfish/blob/7baa94b7/compiler/perl/.gitignore ---------------------------------------------------------------------- diff --git a/compiler/perl/.gitignore b/compiler/perl/.gitignore index 5517019..f11dde1 100644 --- a/compiler/perl/.gitignore +++ b/compiler/perl/.gitignore @@ -1,9 +1,11 @@ /Build +/Build.bat /Charmony.pm /MYMETA.json /MYMETA.yml /_build/ /blib/ /charmonizer +/charmonizer.exe /charmony.h /lib/Clownfish/CFC.c http://git-wip-us.apache.org/repos/asf/lucy-clownfish/blob/7baa94b7/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-clownfish/blob/7baa94b7/runtime/c/.gitignore ---------------------------------------------------------------------- diff --git a/runtime/c/.gitignore b/runtime/c/.gitignore index d75d0aa..8778906 100644 --- a/runtime/c/.gitignore +++ b/runtime/c/.gitignore @@ -1,9 +1,14 @@ /Makefile /autogen/ +/cfish-*.dll +/cfish-*.exp +/cfish-*.lib /charmonizer +/charmonizer.exe /charmony.h /libcfish.*.dylib /libcfish.dylib /libcfish.so /libcfish.so.* /t/test_cfish +/t/test_cfish.exe http://git-wip-us.apache.org/repos/asf/lucy-clownfish/blob/7baa94b7/runtime/perl/.gitignore ---------------------------------------------------------------------- diff --git a/runtime/perl/.gitignore b/runtime/perl/.gitignore index 09876c2..6221610 100644 --- a/runtime/perl/.gitignore +++ b/runtime/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/Clownfish.c
