* .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
9
.gitignore
vendored
9
.gitignore
vendored
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user