We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39f68cd commit 3f72faeCopy full SHA for 3f72fae
.ackrc
@@ -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