mirror of
				https://github.com/BurntSushi/ripgrep.git
				synced 2025-10-30 23:17:47 +02:00 
			
		
		
		
	ignore/types: add dts to default types
See: https://devicetree-specification.readthedocs.io/en/v0.3/source-language.html PR #2255
This commit is contained in:
		| @@ -57,6 +57,7 @@ pub const DEFAULT_TYPES: &[(&str, &[&str])] = &[ | ||||
|     ("dhall", &["*.dhall"]), | ||||
|     ("diff", &["*.patch", "*.diff"]), | ||||
|     ("docker", &["*Dockerfile*"]), | ||||
|     ("dts", &["*.dts", "*.dtsi"]), | ||||
|     ("dvc", &["Dvcfile", "*.dvc"]), | ||||
|     ("ebuild", &["*.ebuild"]), | ||||
|     ("edn", &["*.edn"]), | ||||
|   | ||||
		Reference in New Issue
	
	Block a user