mirror of
https://github.com/thoughtbot/shoulda-matchers.git
synced 2022-11-09 12:01:38 -05:00
Sort .gitignore
This commit is contained in:
parent
7fd1db9b34
commit
d8b2133c10
1 changed files with 10 additions and 10 deletions
20
.gitignore
vendored
20
.gitignore
vendored
|
@ -1,11 +1,11 @@
|
|||
test/*/log/*.log
|
||||
doc
|
||||
coverage
|
||||
.svn/
|
||||
pkg
|
||||
*.swp
|
||||
*.swo
|
||||
tags
|
||||
tmp
|
||||
.bundle
|
||||
*.rbc
|
||||
*.swo
|
||||
*.swp
|
||||
.bundle
|
||||
.svn/
|
||||
coverage
|
||||
doc
|
||||
pkg
|
||||
tags
|
||||
test/*/log/*.log
|
||||
tmp
|
||||
|
|
Loading…
Reference in a new issue