-
Notifications
You must be signed in to change notification settings - Fork 0
/
.ackrc
42 lines (38 loc) · 815 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
#
# Ignore list
#
--ignore-dir=build
--ignore-dir=.cmake
--ignore-dir=.doxygen
--ignore-dir=.git
--ignore-dir=.svn
# Linux kernel specific
--ignore-file=is:modules.order
--ignore-file=is:modules.builtin
--ignore-file=is:modules.builtin.bin
--ignore-file=is:modules.mk
--ignore-file=is:modules.alias
--ignore-file=is:modules.alias.bin
--ignore-file=is:modules.dep
--ignore-file=is:modules.dep.bin
--ignore-file=is:modules.symbols
--ignore-file=is:modules.devname
--ignore-file=is:modules.softdep
--ignore-file=match:/.o.cmd$/
#
# Pager
#
--pager=less -FRSX
#
# Coloring
#
--color-filename=bright_magenta
--color-match=bright_red
--color-lineno=bright_green
#
# Other options
#
# do not group all match under the filename but show it like grep
--nogroup
# ignore case while there is only lower cases
--smart-case