Ignore files under thirdparty/

This commit is contained in:
Ted Nyman
2013-11-04 19:24:32 -08:00
parent 81176f8dfa
commit de7ca0d954
2 changed files with 4 additions and 0 deletions

View File

@@ -31,6 +31,7 @@
- (^|/)bootstrap([^.]*)(\.min)\.(js|css)$
# Vendored dependencies
- thirdparty/
- vendors?/
# Debian packaging

View File

@@ -216,6 +216,9 @@ class TestBlob < Test::Unit::TestCase
# Rails vendor/
assert blob("vendor/plugins/will_paginate/lib/will_paginate.rb").vendored?
# 'thirdparty' directory
assert blob("thirdparty/lib/main.c").vendored?
# C deps
assert blob("deps/http_parser/http_parser.c").vendored?
assert blob("deps/v8/src/v8.h").vendored?