LoginSignup
2
2

More than 5 years have passed since last update.

オレオレ .agignore

Last updated at Posted at 2015-05-19

TheSilverSearcher便利ですよね。
前は find grepで頑張ったり ackとか grinとか使ってたんですが、
ag が圧倒的なのでもうこれなしでは生活できないレベルです。

ただ、デフォルトだと.binとかも検索対象に入っちゃって厳しかったので、yuyuchu3333さんの記事を参考に除外対象の設定しました。

~/.agignore
*.bin
*.swp
*.bak
*.old
*.egg
*.egg-info
*.crt
*.key
*.pem
*.pub
*.cert
*.csr
*.zip
*.tar.gz
*.jpeg
*.png
*.gif
.vim/bundle
.vim/dict
.git
id_rsa
tmp
old
zsh-completions
lib
libs
node_modules
tags

2
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2