-
Notifications
You must be signed in to change notification settings - Fork 0
/
.hgignore
58 lines (58 loc) · 2.55 KB
/
.hgignore
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
syntax: glob
*.user
*.suo
pageant.lnk
Rules.txt
Rules/BadPractice/VB6ReturnRule/bin/*
Rules/BadPractice/VB6ReturnRule/obj/*
Rules/BadPractice/OverridableMethodCallInConstructorRule/bin/*
Rules/BadPractice/OverridableMethodCallInConstructorRule/obj/*
Rules/BadPractice/AvoidVisibleConstantFieldRule/bin/*
Rules/BadPractice/AvoidVisibleConstantFieldRule/obj/*
Rules/Correctness/EmptyCatchBlockRule/bin/*
Rules/Correctness/EmptyCatchBlockRule/obj/*
Rules/Design/AbstractTypeWithPublicCtor/bin/*
Rules/Design/AbstractTypeWithPublicCtor/obj/*
Rules/Design/EmptyInterface/bin/*
Rules/Design/EmptyInterface/obj/*
Rules/Design/TooManyTypeParameters/bin/*
Rules/Design/TooManyTypeParameters/obj/*
Rules/Performance/EmptyFinaliserRule/bin/*
Rules/Performance/EmptyFinaliserRule/obj/*
Rules/Performance/UncalledPrivateCode/bin/*
Rules/Performance/UncalledPrivateCode/obj/*
Rules/Performance/UnusedParametersRule/bin/*
Rules/Performance/UnusedParametersRule/obj/*
Rules/Performance/UnusedPrivateFieldsRule/bin/*
Rules/Performance/UnusedPrivateFieldsRule/obj/*
Rules/Performance/UnsealedAttribute/bin/*
Rules/Performance/UnsealedAttribute/obj/*
StaticAnalyser/bin/*
StaticAnalyser/obj/*
StaticAnalyser.Analyser/bin/*
StaticAnalyser.Analyser/obj/*
TestApp/TestApp/bin/*
TestApp/TestApp/obj/*
TestResults/*
TestApp/*
Gendarme/*
Unit Tests/BadPractice/UnitTests.BadPractice.AvoidVisibleConstants/bin/*
Unit Tests/BadPractice/UnitTests.BadPractice.AvoidVisibleConstants/obj/*
Unit Tests/BadPractice/UnitTests.BadPractice.VB6ReturnRule/bin/*
Unit Tests/BadPractice/UnitTests.BadPractice.VB6ReturnRule/obj/*
Unit Tests/BadPractice/UnitTests.BadPractice.OverridableMethodCallInConstructor/bin/*
Unit Tests/BadPractice/UnitTests.BadPractice.OverridableMethodCallInConstructor/obj/*
Unit Tests/Design/UnitTests.Design.AbstractTypeWithPublicCtor/bin/*
Unit Tests/Design/UnitTests.Design.AbstractTypeWithPublicCtor/obj/*
Unit Tests/Design/UnitTests.Design.EmptyInterface/bin/*
Unit Tests/Design/UnitTests.Design.EmptyInterface/obj/*
Unit Tests/Design/UnitTests.Design.TooManyTypeParameters/bin/*
Unit Tests/Design/UnitTests.Design.TooManyTypeParameters/obj/*
Unit Tests/Performance/UnitTests.Performance.UncalledPrivateCode/bin/*
Unit Tests/Performance/UnitTests.Performance.UncalledPrivateCode/obj/*
Unit Tests/Performance/UnitTests.Performance.UnusedParametersRule/bin/*
Unit Tests/Performance/UnitTests.Performance.UnusedParametersRule/obj/*
UnitTests.Performance.UnsealedAttribute/bin/*
UnitTests.Performance.UnsealedAttribute/obj/*
UnitTests.Utils/bin/*
UnitTests.Utils/obj/*