Merge pull request #222 from tiwe-de/master

ignore Debian packaging
This commit is contained in:
Ted Nyman
2013-01-08 04:23:17 -08:00
2 changed files with 5 additions and 0 deletions

View File

@@ -196,6 +196,9 @@ class TestBlob < Test::Unit::TestCase
# C deps
assert blob("deps/http_parser/http_parser.c").vendored?
assert blob("deps/v8/src/v8.h").vendored?
# Debian packaging
assert blob("debian/cron.d").vendored?
# Prototype
assert !blob("public/javascripts/application.js").vendored?