From acb57eb4add9d9e6705d4655fd917b49f0233890 Mon Sep 17 00:00:00 2001 From: Jesse Claven Date: Wed, 8 Nov 2017 13:25:55 +0100 Subject: [PATCH] Add Protocol Buffer file type. --- ignore/src/types.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/ignore/src/types.rs b/ignore/src/types.rs index ac2cb70b..3c7f8f1e 100644 --- a/ignore/src/types.rs +++ b/ignore/src/types.rs @@ -205,6 +205,7 @@ const DEFAULT_TYPES: &'static [(&'static str, &'static [&'static str])] = &[ ("pdf", &["*.pdf"]), ("php", &["*.php", "*.php3", "*.php4", "*.php5", "*.phtml"]), ("pod", &["*.pod"]), + ("protobuf", &["*.proto"]), ("ps", &["*.cdxml", "*.ps1", "*.ps1xml", "*.psd1", "*.psm1"]), ("purs", &["*.purs"]), ("py", &["*.py"]),