add .gitignore
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48032 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
0c31f66276
commit
398d73c714
4
.gitignore
vendored
4
.gitignore
vendored
@ -105,6 +105,8 @@ y.tab.c
|
|||||||
/benchmark/fasta.output.*
|
/benchmark/fasta.output.*
|
||||||
/benchmark/wc.input
|
/benchmark/wc.input
|
||||||
|
|
||||||
|
/enc/unicode/data/*.txt
|
||||||
|
|
||||||
# /enc/trans/
|
# /enc/trans/
|
||||||
/enc/trans/*.c
|
/enc/trans/*.c
|
||||||
|
|
||||||
@ -139,6 +141,8 @@ y.tab.c
|
|||||||
# /gems
|
# /gems
|
||||||
/gems/*.gem
|
/gems/*.gem
|
||||||
|
|
||||||
|
/lib/unicode_normalize/tables.rb
|
||||||
|
|
||||||
# /spec/
|
# /spec/
|
||||||
/spec/mspec
|
/spec/mspec
|
||||||
/spec/rubyspec
|
/spec/rubyspec
|
||||||
|
Loading…
x
Reference in New Issue
Block a user