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:
parent
022b3368da
commit
e287d9de79
1 changed files with 4 additions and 5 deletions
9
.gitignore
vendored
9
.gitignore
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue