forked from ryanb/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 1
/
ackrc
executable file
·58 lines (52 loc) · 1014 Bytes
/
ackrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
--type-add
ruby=.haml,.builder,.rake,.rsel,.builder,.rb,.coffee,.yml,
--type-add
css=.sass,.scss,.css,
--type-add
html=.html.erb,.html.haml,.html,.erb,.handlebars,
--type-add
js=.js.erb,.js,
--type-set
markdown=.markdown,.md,.mdown,
--type-set
actionscript=.as,
--type-set
cucumber=.feature,
--type-set
rdoc=.rdoc,
--type-add
objc=.pch,
--type-set=search_dump=.nrm,.fnm,
--type-set=binaries=.pdf,.torrent,.sql,
--type-set=xcode=.pbxproj,.pbxuser,.perspectivev3,
--type-set=ragel=.rl,
--type-set=nib=.xib,
--type-set=plist=.plist,
--type-set=tmstuff=.tmproj,.tm_build_errors,
--nonib
--notmstuff
--noxcode
--nosearch_dump
--nobinaries
--ignore-dir=bootstrap
--ignore-dir=coverage
--ignore-dir=log
--ignore-dir=tmp
--ignore-dir=public
--ignore-dir=spec/javascripts/generated
--ignore-dir=reports
--ruby
--css
--js
--html
--markdown
--actionscript
--objc
--sort-files
--color
#Follow symlinks
--follow
# groups the results by file
--group
# only show one line of output context around the results
# --context=1