mirror of
				https://github.com/BurntSushi/ripgrep.git
				synced 2025-10-30 23:17:47 +02:00 
			
		
		
		
	ignore/types: add '*.asp' for asp type
The `*.asp` was not included in the type "asp" when it was added. https://github.com/BurntSushi/ripgrep/pull/1134 PR #2188
This commit is contained in:
		| @@ -16,7 +16,8 @@ pub const DEFAULT_TYPES: &[(&str, &[&str])] = &[ | ||||
|     ("asciidoc", &["*.adoc", "*.asc", "*.asciidoc"]), | ||||
|     ("asm", &["*.asm", "*.s", "*.S"]), | ||||
|     ("asp", &[ | ||||
|         "*.aspx", "*.aspx.cs", "*.aspx.vb", "*.ascx", "*.ascx.cs", "*.ascx.vb", | ||||
|         "*.aspx", "*.aspx.cs", "*.aspx.vb", "*.ascx", "*.ascx.cs", | ||||
|         "*.ascx.vb", "*.asp" | ||||
|     ]), | ||||
|     ("ats", &["*.ats", "*.dats", "*.sats", "*.hats"]), | ||||
|     ("avro", &["*.avdl", "*.avpr", "*.avsc"]), | ||||
|   | ||||
		Reference in New Issue
	
	Block a user