Skip to content

Look for more files to ignore by default #233

Open
@petdance

Description

@petdance

Currently our --ignore-files are:

$ ack --dump | ack ignore-file
  --ignore-file=ext:bak
  --ignore-file=ext:gif,jpg,jpeg,png
  --ignore-file=ext:gz,tar,tgz,zip
  --ignore-file=ext:pdf
  --ignore-file=is:.git
  --ignore-file=match:/[.-]min[.]js$/
  --ignore-file=match:/[.]css[.]map$/
  --ignore-file=match:/[.]css[.]min$/
  --ignore-file=match:/[.]js[.]map$/
  --ignore-file=match:/[.]js[.]min$/
  --ignore-file=match:/[.]min[.]css$/
  --ignore-file=match:/[._].*\.swp$/
  --ignore-file=match:/^#.+#$/
  --ignore-file=match:/core\.\d+$/
  --ignore-file=match:/~$/
  --ignore-file=is:ack-standalone
  --ignore-file=is:tags

See if there are other binary files that we should also be ignoring.

Metadata

Metadata

Assignees

No one assigned

    Labels

    filetypeDefault filetypes and ignores

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions