1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2024-12-12 19:18:24 +02:00

Remove .agignore from ignore file list.

This commit is contained in:
Andrew Gallant 2016-09-15 12:40:08 -04:00
parent 92c918ebd9
commit 7cefc55238

View File

@ -23,7 +23,6 @@ use types::Types;
const IGNORE_NAMES: &'static [&'static str] = &[ const IGNORE_NAMES: &'static [&'static str] = &[
".gitignore", ".gitignore",
".agignore",
".rgignore", ".rgignore",
]; ];