mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Merge pull request #76 from mgdm/patch-1
Ignore waf, a Python build system often bundled
This commit is contained in:
@@ -63,6 +63,9 @@
|
|||||||
# Fabric
|
# Fabric
|
||||||
- ^fabfile\.py$
|
- ^fabfile\.py$
|
||||||
|
|
||||||
|
# WAF
|
||||||
|
- ^waf$
|
||||||
|
|
||||||
|
|
||||||
## Obj-C ##
|
## Obj-C ##
|
||||||
|
|
||||||
|
|||||||
@@ -225,6 +225,9 @@ class TestBlob < Test::Unit::TestCase
|
|||||||
|
|
||||||
# Fabric
|
# Fabric
|
||||||
assert blob("fabfile.py").vendored?
|
assert blob("fabfile.py").vendored?
|
||||||
|
|
||||||
|
# WAF
|
||||||
|
assert blob("waf").vendored?
|
||||||
end
|
end
|
||||||
|
|
||||||
def test_indexable
|
def test_indexable
|
||||||
|
|||||||
Reference in New Issue
Block a user