Improve .gitignore.
This commit is contained in:
parent
a5dbbb1d49
commit
8216c91e88
1 changed files with 15 additions and 19 deletions
34
.gitignore
vendored
34
.gitignore
vendored
|
@ -1,19 +1,15 @@
|
|||
.bundle
|
||||
.config
|
||||
coverage
|
||||
doc/
|
||||
*.gem
|
||||
Gemfile.lock
|
||||
InstalledFiles
|
||||
Kookfile
|
||||
lib/bundler/man
|
||||
pkg
|
||||
*.rbc
|
||||
rdoc
|
||||
spec/reports
|
||||
test/tmp
|
||||
test/version_tmp
|
||||
tmp
|
||||
vendor
|
||||
_yardoc
|
||||
.yardoc
|
||||
*.a
|
||||
/.bundle/
|
||||
/coverage/
|
||||
/doc/
|
||||
/Gemfile.lock
|
||||
/Kookfile
|
||||
mkmf.log
|
||||
*.o
|
||||
/pkg/
|
||||
*.so
|
||||
/spec/reports/
|
||||
/tmp/
|
||||
/vendor/
|
||||
/_yardoc/
|
||||
/.yardoc
|
||||
|
|
Loading…
Reference in a new issue