Skip to content

Commit

Permalink
Add powershell as a known file type
Browse files Browse the repository at this point in the history
  • Loading branch information
lzybkr authored and BurntSushi committed Jan 6, 2017
1 parent aed315e commit f7a2fe3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ignore/src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ const DEFAULT_TYPES: &'static [(&'static str, &'static [&'static str])] = &[
("pdf", &["*.pdf"]),
("php", &["*.php", "*.php3", "*.php4", "*.php5", "*.phtml"]),
("pod", &["*.pod"]),
("ps", &["*.cdxml", "*.ps1", "*.ps1xml", "*.psd1", "*.psm1"]),
("py", &["*.py"]),
("readme", &["README*", "*README"]),
("r", &["*.R", "*.r", "*.Rmd", "*.Rnw"]),
Expand Down

0 comments on commit f7a2fe3

Please sign in to comment.