summaryrefslogtreecommitdiffstats
path: root/crates
diff options
context:
space:
mode:
authorjack1142 <6032823+jack1142@users.noreply.github.com>2021-05-28 18:06:10 +0200
committerGitHub <noreply@github.com>2021-05-28 12:06:10 -0400
commitba965962fe2fc3513aeeaa99665f09099d92045d (patch)
treeb116b24c13fc60d48b20ef395d390079931add1b /crates
parent94e4b8e301302097dad48b292560ce135c4d4926 (diff)
ignore/types: add po files to supported types
See: https://www.gnu.org/software/gettext/manual/html_node/PO-Files.html Closes #1875
Diffstat (limited to 'crates')
-rw-r--r--crates/ignore/src/default_types.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/ignore/src/default_types.rs b/crates/ignore/src/default_types.rs
index 2b5c4823..52d7d948 100644
--- a/crates/ignore/src/default_types.rs
+++ b/crates/ignore/src/default_types.rs
@@ -156,6 +156,7 @@ pub const DEFAULT_TYPES: &[(&str, &[&str])] = &[
("pdf", &["*.pdf"]),
("perl", &["*.perl", "*.pl", "*.PL", "*.plh", "*.plx", "*.pm", "*.t"]),
("php", &["*.php", "*.php3", "*.php4", "*.php5", "*.phtml"]),
+ ("po", &["*.po"]),
("pod", &["*.pod"]),
("postscript", &["*.eps", "*.ps"]),
("protobuf", &["*.proto"]),