mirror of
				https://github.com/KevinMidboe/linguist.git
				synced 2025-10-29 17:50:22 +00:00 
			
		
		
		
	Ensure ext/ dir isn't ignored
This commit is contained in:
		| @@ -90,7 +90,7 @@ | ||||
| - ^[Pp]ackages/ | ||||
|  | ||||
| # ExtJS | ||||
| - (^|/)ext(js)?(-\d\.\d\.\d)?(-gpl)?/ | ||||
| - (^|/)extjs/ | ||||
|  | ||||
| # Samples folders | ||||
| - ^[Ss]amples/ | ||||
|   | ||||
| @@ -181,6 +181,7 @@ class TestBlob < Test::Unit::TestCase | ||||
|  | ||||
|   def test_vendored | ||||
|     assert !blob("README").vendored? | ||||
|     assert !blob("ext/extconf.rb").vendored? | ||||
|  | ||||
|     # Node depedencies | ||||
|     assert blob("node_modules/coffee-script/lib/coffee-script.js").vendored? | ||||
|   | ||||
		Reference in New Issue
	
	Block a user