summaryrefslogtreecommitdiffstats
path: root/ignore
AgeCommit message (Expand)Author
2017-04-09bump ignoreignore-0.1.9Andrew Gallant
2017-03-21Add vim type.Andrew Gallant
2017-03-12Bump and update deps.wincolor-0.1.3termcolor-0.3.1ignore-0.1.8grep-0.1.6globset-0.1.4Andrew Gallant
2017-03-12Fixes #394 - Added in svg to the types fileJoshua Horwitz
2017-03-12Add license files to each crate.Andrew Gallant
2017-03-12Add scss and ejs.Andrew Gallant
2017-03-12Fix leading slash bug when used with `!`.Andrew Gallant
2017-03-08Reduce unnecessary stat calls for max_filesizeMarc Tiehuis
2017-03-08Add file size exclusion to walkertiehuis
2017-02-23Add .log as FileTypedeepy
2017-02-09Add .twig as a FiletypeAhmed El Gabri
2017-01-31add '*.sass' to sass typeSamuel Colvin
2017-01-30Look for global git/ignore in ~/.config/git, not ~/gitDaniel Hahler
2017-01-24Add Ceylon file type filteringAlexander Altman
2017-01-18File Types: Add .eex under Elixirrobi-wan
2017-01-130.4.00.4.0Andrew Gallant
2017-01-09Don't search stdout redirected file.Andrew Gallant
2017-01-09add Kotlin type: "*.kt", "*.kts"chocolateboy
2017-01-09Ruby type: add "Gemfile", "*.gemspec", ".irbrc", "Rakefile"chocolateboy
2017-01-09Perl type: add "*.t"chocolateboy
2017-01-09add Crystal type: "Projectfile", "*.cr"chocolateboy
2017-01-07Provide a mechanism to compose type definitionsIan Kerins
2017-01-06Add --sort-files flag.Andrew Gallant
2017-01-06Tweak the parallel directory iterator.Andrew Gallant
2017-01-06Add powershell as a known file typeJason Shirk (POWERSHELL)
2017-01-01Update to regex 0.2.Andrew Gallant
2016-12-30bump various versionsAndrew Gallant
2016-12-29Add types for handling SWIG files. (#297)Matěj Cepl
2016-12-24Small code cleanups.Andrew Gallant
2016-12-12Fix a non-termination bug.Andrew Gallant
2016-12-05ignore-0.1.6ignore-0.1.6Andrew Gallant
2016-12-05Fix bug reading root symlink.Andrew Gallant
2016-11-28Merge pull request #253 from SimenB/stylusAndrew Gallant
2016-11-25Add stylus typeSimen Bekkhus
2016-11-25Re-add zsh typesSimen Bekkhus
2016-11-22Add type for LessMichael Vitz
2016-11-22Add type for SassMichael Vitz
2016-11-18Merge pull request #238 from jacwah/refactorAndrew Gallant
2016-11-17Use env::home_dir() instead of env::var_os(HOME).Andrew Gallant
2016-11-15Added elixir to typesJustin Puah
2016-11-09ignore-0.1.5ignore-0.1.5Andrew Gallant
2016-11-09Rework parallelism in directory iterator.Andrew Gallant
2016-11-09Fix a bug with handling --ignore-file.Andrew Gallant
2016-11-06Update sub-crate dependency versions.Andrew Gallant
2016-11-06ignore-0.1.4ignore-0.1.4Andrew Gallant
2016-11-06Add new 'h' file type.Andrew Gallant
2016-11-05Add parallel recursive directory iterator.Andrew Gallant
2016-11-06Rename IgnoreOptions::has_ignoresJacob Wahlgren
2016-11-06Use new Match::or to simplify returnJacob Wahlgren
2016-11-03Merge pull request #220 from theamazingfedex/adding-mak-typeAndrew Gallant