From fdb62480cdac969eec0799d9ff1321913d6fdcc7 Mon Sep 17 00:00:00 2001 From: naruse Date: Mon, 25 May 2015 05:48:48 +0000 Subject: add .gitignore rules for Microsoft Visual C++ git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50638 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- .gitignore | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 6d48164a4c..36e2859c3c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ *-*-*.def +*-*-*.exp +*-*-*.lib *.a *.bak *.dSYM @@ -8,7 +10,9 @@ *.inc *.log *.o +*.obj *.orig +*.pdb *.rej *.sav *.swp @@ -30,7 +34,11 @@ y.tab.c # / /*-fake.rb +/*.dll +/*.exe +/*.res /*.pc +/*.rc /*_prelude.c /COPYING.LIB /ChangeLog-* @@ -97,6 +105,7 @@ y.tab.c /transdb.h /uncommon.mk /verconf.h +/verconf.mk /web /yasmdata.rb @@ -105,15 +114,25 @@ y.tab.c /benchmark/fasta.output.* /benchmark/wc.input +/enc/*.def +/enc/*.exp +/enc/*.lib /enc/unicode/data # /enc/trans/ /enc/trans/*.c +/enc/trans/*.def +/enc/trans/*.exp +/enc/trans/*.lib /enc/trans/.time # /ext/ /ext/extinit.c +# /ext/-test-/win32/dln/ +/ext/-test-/win32/dln/dlntest.exp +/ext/-test-/win32/dln/dlntest.lib + # /ext/dl/callback/ /ext/dl/callback/callback-*.c /ext/dl/callback/callback.c -- cgit v1.2.3