mirror of
				https://github.com/KevinMidboe/linguist.git
				synced 2025-10-29 17:50:22 +00:00 
			
		
		
		
	Add Carthage/Build to generated list so it doesn't show in PR diffs (#3920)
Equivalent to #3865, but for Carthage.
This commit is contained in:
		| @@ -192,6 +192,13 @@ class TestFileBlob < Minitest::Test | ||||
|     assert sample_blob('Pods/blah').generated? | ||||
|     assert !sample_blob('My-Pods/blah').generated? | ||||
|  | ||||
|     # Carthage | ||||
|     assert sample_blob('Carthage/Build/blah').generated? | ||||
|     assert !sample_blob('Carthage/blah').generated? | ||||
|     assert !sample_blob('Carthage/Checkout/blah').generated? | ||||
|     assert !sample_blob('My-Carthage/Build/blah').generated? | ||||
|     assert !sample_blob('My-Carthage/Build/blah').generated? | ||||
|  | ||||
|     # Gemfile.lock is NOT generated | ||||
|     assert !sample_blob("Gemfile.lock").generated? | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user