Add gitignore from ROM style gems
This commit is contained in:
parent
f78418bdb5
commit
7c06d163cf
1 changed files with 37 additions and 6 deletions
43
.gitignore
vendored
43
.gitignore
vendored
|
@ -1,7 +1,38 @@
|
||||||
/.rbx
|
## MAC OS
|
||||||
/Gemfile.lock
|
.DS_Store
|
||||||
/tmp
|
|
||||||
/coverage
|
## TEXTMATE
|
||||||
/test_app/.rbx
|
*.tmproj
|
||||||
/.bundle
|
tmtags
|
||||||
|
|
||||||
|
## EMACS
|
||||||
|
*~
|
||||||
|
\#*
|
||||||
|
.\#*
|
||||||
|
|
||||||
|
## VIM
|
||||||
|
*.sw[op]
|
||||||
|
|
||||||
|
## Rubinius
|
||||||
|
*.rbc
|
||||||
|
.rbx
|
||||||
|
|
||||||
|
## PROJECT::GENERAL
|
||||||
|
*.gem
|
||||||
|
coverage
|
||||||
|
profiling
|
||||||
|
turbulence
|
||||||
|
rdoc
|
||||||
|
pkg
|
||||||
|
tmp
|
||||||
|
doc
|
||||||
|
log
|
||||||
|
.yardoc
|
||||||
|
measurements
|
||||||
|
|
||||||
|
## BUNDLER
|
||||||
|
.bundle
|
||||||
|
Gemfile.lock
|
||||||
|
|
||||||
|
## PROJECT::SPECIFIC
|
||||||
/vendor
|
/vendor
|
||||||
|
|
Loading…
Add table
Reference in a new issue