Skip to content

Commit d4e2707

Browse files
authored
Clean up and order .rat-excludes (apache#1291)
1 parent fa6b6cf commit d4e2707

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

.rat-excludes

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Note: these patterns are applied to single files or directories, not full paths
22
# coverage/* will ignore any coverage dir, but airflow/www/static/coverage/* will match nothing
33

4-
.rat-excludes
5-
.gitignore
64
.gitattributes
5+
.gitignore
6+
.rat-excludes
77

88
# Exclude build assets
9+
bin/*
910
lib/*
1011
obj/*
11-
bin/*
1212
_artifacts/*
1313
_site/*
1414

@@ -25,18 +25,18 @@ LuceneResourcesWikiPage\.html
2525
# Covered under a different license
2626
psake/*
2727
KStemData\d+\.cs
28-
Snowball/*
2928
Egothor.Stemmer/*
29+
Automaton/*
3030
Events/*
3131
Sax/*
32-
JaspellTernarySearchTrie\.cs
33-
RectangularArrays\.cs
34-
LimitedConcurrencyLevelTaskScheduler\.cs
35-
Automaton/*
32+
Snowball/*
3633
ConcurrentHashSet\.cs
37-
NullableAttributes\.cs
3834
ConfigurationReloadToken\.cs
3935
ConfigurationRoot\.cs
4036
ConfigurationSection\.cs
4137
DateTimeOffsetUtil\.cs
4238
FileStreamOptions\.cs
39+
JaspellTernarySearchTrie\.cs
40+
LimitedConcurrencyLevelTaskScheduler\.cs
41+
NullableAttributes\.cs
42+
RectangularArrays\.cs

0 commit comments

Comments
 (0)