Skip to content

.gitignore patterns respected by Linux ag don't work in Windows ag #7

@mdmower

Description

@mdmower

On Linux, ag handles .gitignore patterns like the following just fine:

[Bb]in/
[Oo]bj/

On Windows, these patterns are not recognized. They have to be written as:

Bin/
bin/
Obj/
obj/

Is this something that could be improved?

Version info:

ag version 2.2.5 ; Windows port 2021-06-04 Win64 >= Server2003 amd64
MsvcLibX 2021-06-03 ; PCRE 8.44 2020-02-12 ; pthreads4w 3.0.0 ; zlib 1.2.11

Features:
  +jit -lzma +zlib +2enc

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions