mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* svn:ignore, .gitignore: merged.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23348 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
4fda9d1f73
commit
42c9483e6e
1 changed files with 29 additions and 8 deletions
37
.gitignore
vendored
37
.gitignore
vendored
|
@ -1,25 +1,33 @@
|
|||
*.bak
|
||||
*.dylib
|
||||
*.inc
|
||||
*.orig
|
||||
*.rej
|
||||
*.sav
|
||||
*~
|
||||
*.swp
|
||||
*_prelude.c
|
||||
*~
|
||||
.*-*
|
||||
.*.list
|
||||
.*.time
|
||||
.DS_Store
|
||||
.ccmalloc
|
||||
.ppack
|
||||
.ext
|
||||
.git
|
||||
.svn
|
||||
.pc
|
||||
.ppack
|
||||
.svn
|
||||
COPYING.LIB
|
||||
ChangeLog-1.8.0
|
||||
ChangeLog.pre-alpha
|
||||
ChangeLog.pre1_1
|
||||
ChangeLog-1.8.0
|
||||
Doxyfile
|
||||
GNUmakefile
|
||||
Makefile
|
||||
README.atheos
|
||||
README.fat-patch
|
||||
README.v6
|
||||
README.atheos
|
||||
TAGS
|
||||
archive
|
||||
autom4te*.cache
|
||||
automake
|
||||
|
@ -29,16 +37,27 @@ config.h
|
|||
config.h.in
|
||||
config.log
|
||||
config.status
|
||||
config.status.lineno
|
||||
configure
|
||||
libruby.so.*
|
||||
enc.mk
|
||||
enc/trans/*.c
|
||||
encdb.h
|
||||
ext/win32ole/.document
|
||||
largefile.h
|
||||
lex.c
|
||||
libruby*.*
|
||||
miniprelude.c
|
||||
miniruby
|
||||
newdate.rb
|
||||
newline.c
|
||||
newver.rb
|
||||
parse.c
|
||||
parse.h
|
||||
patches
|
||||
patches-master
|
||||
pitest.rb
|
||||
ppack
|
||||
prelude.c
|
||||
preview
|
||||
rbconfig.rb
|
||||
rename2.h
|
||||
|
@ -48,9 +67,11 @@ riscos
|
|||
rubicon
|
||||
ruby
|
||||
ruby-man.rd.gz
|
||||
test.rb
|
||||
tmp
|
||||
transdb.h
|
||||
uncommon.mk
|
||||
web
|
||||
y.output
|
||||
y.tab.c
|
||||
enc/trans/*.c
|
||||
ext/win32ole/.document
|
||||
yasmdata.rb
|
||||
|
|
Loading…
Reference in a new issue