1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00
pry--pry/.gitignore
Kyrylo Silin 743b905c81 Drop support for Rubinius
Fixes #1775 (Drop support for Rubinius)

I am amazed how many hacks we've had just to support Rubinius. It feels good to
be able to remove them and reduce the complexity of the codebase.
2018-10-07 00:58:53 +08:00

18 lines
126 B
Text

Makefile
*.so
*.o
*.def
*.rbc
*.bundle
doc/
pkg/
coverage/
.yardoc/
/tags
vendor
*.gem
.rvmrc
Gemfile.lock
*.swp
**/*~
.idea/