Mark .indent.pro files as vendored (#3361)

This commit is contained in:
Paul Chaignon
2016-12-07 06:59:28 +01:00
committed by Brandon Black
parent 9f3b7d0ba5
commit c486f56204
2 changed files with 5 additions and 0 deletions

View File

@@ -50,6 +50,9 @@
# Go dependencies
- Godeps/_workspace/
# GNU indent profiles
- .indent.pro
# Minified JavaScript and CSS
- (\.|-)min\.(js|css)$

View File

@@ -294,6 +294,8 @@ class TestFileBlob < Minitest::Test
assert !sample_blob("Godeps/Godeps.json").vendored?
assert sample_blob("Godeps/_workspace/src/github.com/kr/s3/sign.go").vendored?
assert sample_blob(".indent.pro").vendored?
# Rails vendor/
assert sample_blob("vendor/plugins/will_paginate/lib/will_paginate.rb").vendored?