mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
remove duplicated and change comment location
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31126 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
e287d9de79
commit
16493e4ec5
1 changed files with 2 additions and 5 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
@ -1,4 +1,3 @@
|
||||||
# /
|
|
||||||
*-*-*.def
|
*-*-*.def
|
||||||
*.a
|
*.a
|
||||||
*.bak
|
*.bak
|
||||||
|
@ -25,6 +24,8 @@ Makefile
|
||||||
extconf.h
|
extconf.h
|
||||||
y.output
|
y.output
|
||||||
y.tab.c
|
y.tab.c
|
||||||
|
|
||||||
|
# /
|
||||||
/*.pc
|
/*.pc
|
||||||
/*_prelude.c
|
/*_prelude.c
|
||||||
/COPYING.LIB
|
/COPYING.LIB
|
||||||
|
@ -33,7 +34,6 @@ y.tab.c
|
||||||
/ChangeLog.pre1_1
|
/ChangeLog.pre1_1
|
||||||
/Doxyfile
|
/Doxyfile
|
||||||
/GNUmakefile
|
/GNUmakefile
|
||||||
/Makefile
|
|
||||||
/README.atheos
|
/README.atheos
|
||||||
/README.fat-patch
|
/README.fat-patch
|
||||||
/README.v6
|
/README.v6
|
||||||
|
@ -46,7 +46,6 @@ y.tab.c
|
||||||
/config.cache
|
/config.cache
|
||||||
/config.h
|
/config.h
|
||||||
/config.h.in
|
/config.h.in
|
||||||
/config.log
|
|
||||||
/config.status
|
/config.status
|
||||||
/config.status.lineno
|
/config.status.lineno
|
||||||
/configure
|
/configure
|
||||||
|
@ -124,8 +123,6 @@ y.tab.c
|
||||||
# /ext/tk/
|
# /ext/tk/
|
||||||
/ext/tk/config_list
|
/ext/tk/config_list
|
||||||
|
|
||||||
# /lib/rexml/
|
|
||||||
|
|
||||||
# /spec/
|
# /spec/
|
||||||
/spec/mspec
|
/spec/mspec
|
||||||
/spec/rubyspec
|
/spec/rubyspec
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue