From e287d9de791674dbb0125e709c0f436ae5ef4298 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 18 Mar 2011 14:00:02 +0000 Subject: * .gitignore: ignore files generated by mkmf. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31125 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- .gitignore | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 879c04d2e1..702c00e10e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,11 @@ # / +*-*-*.def *.a *.bak *.dSYM *.dylib *.inc +*.log *.o *.orig *.rej @@ -19,9 +21,10 @@ .pc .ppack .svn +Makefile +extconf.h y.output y.tab.c -/.git /*.pc /*_prelude.c /COPYING.LIB @@ -93,10 +96,6 @@ y.tab.c # /ext/ /ext/extinit.c -/ext/**/*.def -/ext/**/*.log -/ext/**/Makefile -/ext/**/extconf.h # /ext/dl/ /ext/dl/*.func -- cgit v1.2.3