summaryrefslogtreecommitdiffstats
path: root/ignore
diff options
context:
space:
mode:
authorArvid Gerstmann <ag@arvid.io>2018-01-17 14:47:23 +0100
committerAndrew Gallant <jamslam@gmail.com>2018-01-17 08:47:23 -0500
commitbba2d562929dd333af56b95e726a04a5188ab4d7 (patch)
tree6cbc399df6e9eeb000c9b038e7685facf982b40e /ignore
parent012880914be0d9ec15945e5e2bb8f0f13316e8bf (diff)
types: add hxx to the cpp type
Diffstat (limited to 'ignore')
-rw-r--r--ignore/src/types.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ignore/src/types.rs b/ignore/src/types.rs
index 1c16faab..5daa35ef 100644
--- a/ignore/src/types.rs
+++ b/ignore/src/types.rs
@@ -114,7 +114,7 @@ const DEFAULT_TYPES: &'static [(&'static str, &'static [&'static str])] = &[
("config", &["*.cfg", "*.conf", "*.config", "*.ini"]),
("cpp", &[
"*.C", "*.cc", "*.cpp", "*.cxx",
- "*.h", "*.H", "*.hh", "*.hpp", "*.inl",
+ "*.h", "*.H", "*.hh", "*.hpp", "*.hxx", "*.inl",
]),
("crystal", &["Projectfile", "*.cr"]),
("cs", &["*.cs"]),