Merge pull request #76 from mgdm/patch-1

Ignore waf, a Python build system often bundled
This commit is contained in:
Joshua Peek
2011-09-21 08:13:55 -07:00
2 changed files with 6 additions and 0 deletions

View File

@@ -63,6 +63,9 @@
# Fabric
- ^fabfile\.py$
# WAF
- ^waf$
## Obj-C ##

View File

@@ -225,6 +225,9 @@ class TestBlob < Test::Unit::TestCase
# Fabric
assert blob("fabfile.py").vendored?
# WAF
assert blob("waf").vendored?
end
def test_indexable