1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* .gitignore: ignore files generated by mkmf.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31125 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2011-03-18 14:00:02 +00:00
parent 022b3368da
commit e287d9de79

9
.gitignore vendored
View file

@ -1,9 +1,11 @@
# / # /
*-*-*.def
*.a *.a
*.bak *.bak
*.dSYM *.dSYM
*.dylib *.dylib
*.inc *.inc
*.log
*.o *.o
*.orig *.orig
*.rej *.rej
@ -19,9 +21,10 @@
.pc .pc
.ppack .ppack
.svn .svn
Makefile
extconf.h
y.output y.output
y.tab.c y.tab.c
/.git
/*.pc /*.pc
/*_prelude.c /*_prelude.c
/COPYING.LIB /COPYING.LIB
@ -93,10 +96,6 @@ y.tab.c
# /ext/ # /ext/
/ext/extinit.c /ext/extinit.c
/ext/**/*.def
/ext/**/*.log
/ext/**/Makefile
/ext/**/extconf.h
# /ext/dl/ # /ext/dl/
/ext/dl/*.func /ext/dl/*.func