We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72fea2d commit dce3678Copy full SHA for dce3678
src/org/opensolaris/opengrok/index/IgnoredDirs.java
@@ -43,6 +43,8 @@ public final class IgnoredDirs extends Filter {
43
".svn",
44
".git",
45
".hg",
46
+ ".razor",
47
+ ".bzr",
48
};
49
50
public IgnoredDirs() {
src/org/opensolaris/opengrok/index/IgnoredFiles.java
@@ -44,7 +44,6 @@ public final class IgnoredFiles extends Filter {
".cvsignore",
".repo",
".hgtags",
- ".bzr",
".p4config",
"*~",
".make.*",
0 commit comments