summaryrefslogtreecommitdiffstats
path: root/ignore
AgeCommit message (Expand)Author
2018-09-07deps: update versions for all cratesAndrew Gallant
2018-09-04windows: fix unused warnings on WindowsAndrew Gallant
2018-09-03ignore/types: add pascal typehelloer
2018-08-28ignore: add into_path for DirEntry (#1031)Aaron Power
2018-08-27ignore: add 'stdout' skipping to the walkerAndrew Gallant
2018-08-26ignore: add sort_by_file_path builder methodAndrew Gallant
2018-08-26ignore: add 'same_file_system' optionAndrew Gallant
2018-08-23deps: update walkdir minimum versionAndrew Gallant
2018-08-21ignore: fix false positive in path_is_symlinkAndrew Gallant
2018-08-21ripgrep: remove workaround for std bugAndrew Gallant
2018-08-21ignore: clarify docs for DirEntry::errorAndrew Gallant
2018-08-21ripgrep: move minimum version to Rust stableAndrew Gallant
2018-08-20ignore/types: add .mako and .mao for Mako templatesAndy Freeland
2018-08-20ripgrep: migrate to libripgrepAndrew Gallant
2018-08-14ignore/types: add *.sbt to scala typewoky
2018-08-07ignore/types: add Idris, Dhall and ATSVanessa McHale
2018-07-29ignore: fix typoAndrew Gallant
2018-07-29ignore/style: 80 columns, dammitAndrew Gallant
2018-07-29ignore: fix bug in matched_path_or_any_parentsAndrew Gallant
2018-07-28ignore-0.4.3ignore-0.4.3Andrew Gallant
2018-07-28ignore: respect XDG_CONFIG_DIR/git/configAndrew Gallant
2018-07-22ignore: only respect .gitignore in git reposAndrew Gallant
2018-07-21ripgrep: add support for lz4 decompressionKalle Samuels
2018-07-21ignore: fix has_any_ignore_rules for explicit ignoresphiresky
2018-07-16ignore: permit use of env::home_dirAndrew Gallant
2018-06-23ignore/types: add BazelStepan Koltsov
2018-06-15ignore/types: add Android makefile typesMårten Kongstad
2018-06-15ignore/types: add AIDL file typeMårten Kongstad
2018-06-06ignore/types: add FIDL typeTim Kilbourn
2018-05-08ignore/types: add jsp extension to java typeStephen E. Baker
2018-05-07deps: update regex to 1.0Bastien Orivel
2018-05-06ignore/doc: improve docs for case_insensitiveGarrett Squire
2018-05-06doc: update suggested version for ignoreElliott Slaughter
2018-05-03ignore/types: add shorthand 'hs' for HaskellBram Geron
2018-04-29ignore/types: fix typo in puppet globAndrew Gallant
2018-04-29ignore/types: add puppetZach Crownover
2018-04-24ignore: speed up Gitignore::emptyAndrew Gallant
2018-04-24ignore/types: add verilogJonathan Klimt
2018-04-23ignore: support .git directory OR fileAndrew Gallant
2018-04-21ignore: release 0.4.2ignore-0.4.2Andrew Gallant
2018-04-21globset: release 0.4.0globset-0.4.0Andrew Gallant
2018-04-21ignore: impl Clone for DirEntryAndrew Gallant
2018-04-05ignore: add Clone/Debug for buildersFlorentBecker
2018-03-12deps: update regex crateAndrew Gallant
2018-03-10ignore: support backslash escapingBrian Malehorn
2018-02-20ignore: release 0.4.1ignore-0.4.1Andrew Gallant
2018-02-20ignore: fix performance regression on WindowsAndrew Gallant
2018-02-19types: add csvAndrey Kolomoets
2018-02-19ignore: fix symlink following on WindowsAndrew Gallant
2018-02-14ignore: fix improper hidden filteringAndrew Gallant