summaryrefslogtreecommitdiffstats
path: root/ignore
diff options
context:
space:
mode:
authorJesse Claven <jesse.claven@gmail.com>2017-11-08 13:25:55 +0100
committerAndrew Gallant <jamslam@gmail.com>2017-11-08 08:17:42 -0500
commitacb57eb4add9d9e6705d4655fd917b49f0233890 (patch)
treef44b1d248588b68df514eee074c543cc03260fae /ignore
parent256aeb55468d57a179447c8b2cd64ada998987c5 (diff)
Add Protocol Buffer file type.
Diffstat (limited to 'ignore')
-rw-r--r--ignore/src/types.rs1
1 files changed, 1 insertions, 0 deletions
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"]),