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
|
*.a
|
||||||
.config
|
/.bundle/
|
||||||
coverage
|
/coverage/
|
||||||
doc/
|
/doc/
|
||||||
*.gem
|
/Gemfile.lock
|
||||||
Gemfile.lock
|
/Kookfile
|
||||||
InstalledFiles
|
mkmf.log
|
||||||
Kookfile
|
*.o
|
||||||
lib/bundler/man
|
/pkg/
|
||||||
pkg
|
*.so
|
||||||
*.rbc
|
/spec/reports/
|
||||||
rdoc
|
/tmp/
|
||||||
spec/reports
|
/vendor/
|
||||||
test/tmp
|
/_yardoc/
|
||||||
test/version_tmp
|
/.yardoc
|
||||||
tmp
|
|
||||||
vendor
|
|
||||||
_yardoc
|
|
||||||
.yardoc
|
|
||||||
|
|
Loading…
Reference in a new issue