summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-05-25 05:48:48 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-05-25 05:48:48 +0000
commitfdb62480cdac969eec0799d9ff1321913d6fdcc7 (patch)
treef304f24b247dde22f0e987758cea90f9df946ce8
parentd4bafbb45f261a69cc3bc4552050893400ce4a1d (diff)
add .gitignore rules for Microsoft Visual C++
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50638 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--.gitignore19
1 files changed, 19 insertions, 0 deletions
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