Skip to content

Commit 3f72fae

Browse files
committed
Add project .ackrc
1 parent 39f68cd commit 3f72fae

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.ackrc

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# There are four different ways to match
2+
#
3+
# is: Match the filename exactly
4+
#
5+
# ext: Match the extension of the filename exactly
6+
#
7+
# match: Match the filename against a Perl regular expression
8+
#
9+
# firstlinematch: Match the first 250 characters of the first line
10+
# of text against a Perl regular expression. This is only for
11+
# the --type-add option.
12+
13+
--ignore-directory=is:data
14+
--ignore-directory=ext:egg-info

0 commit comments

Comments
 (0)