1
0
mirror of https://github.com/github/gitignore synced 2024-06-06 20:57:57 +02:00

Double-asterisk misuse

`**.` is invalid
This commit is contained in:
Connor Taffe 2017-03-23 11:09:50 -05:00
parent 35c010258f
commit 811b3a6998
No known key found for this signature in database
GPG Key ID: 628F4D9107645F86

View File

@ -8,7 +8,7 @@ capybara-*.html
/public/system
/coverage/
/spec/tmp
**.orig
*.orig
rerun.txt
pickle-email-*.html