Skip to content

Commit 60a913c

Browse files
committed
Expend ignore patterns.
1 parent 2c20484 commit 60a913c

File tree

1 file changed

+73
-8
lines changed

1 file changed

+73
-8
lines changed

.fantomasignore

Lines changed: 73 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,79 @@ artifacts/
1212

1313
# Explicitly unformatted implementation files
1414

15-
src/Compiler/Checking/**/*.fs
16-
src/Compiler/DependencyManager/**/*.fs
17-
src/Compiler/Facilities/**/*.fs
18-
src/Compiler/Interactive/**/*.fs
19-
src/Compiler/Legacy/**/*.fs
20-
src/Compiler/Optimize/**/*.fs
21-
src/Compiler/Symbols/**/*.fs
22-
src/Compiler/TypedTree/**/*.fs
15+
src/Compiler/Checking/AccessibilityLogic.fs
16+
src/Compiler/Checking/AttributeChecking.fs
17+
src/Compiler/Checking/AugmentWithHashCompare.fs
18+
src/Compiler/Checking/CheckBasics.fs
19+
src/Compiler/Checking/CheckComputationExpressions.fs
20+
src/Compiler/Checking/CheckDeclarations.fs
21+
src/Compiler/Checking/CheckExpressions.fs
22+
src/Compiler/Checking/CheckFormatStrings.fs
23+
src/Compiler/Checking/CheckIncrementalClasses.fs
24+
src/Compiler/Checking/CheckPatterns.fs
25+
src/Compiler/Checking/ConstraintSolver.fs
26+
src/Compiler/Checking/FindUnsolved.fs
27+
src/Compiler/Checking/import.fs
28+
src/Compiler/Checking/InfoReader.fs
29+
src/Compiler/Checking/infos.fs
30+
src/Compiler/Checking/MethodCalls.fs
31+
src/Compiler/Checking/MethodOverrides.fs
32+
src/Compiler/Checking/NameResolution.fs
33+
src/Compiler/Checking/NicePrint.fs
34+
src/Compiler/Checking/PatternMatchCompilation.fs
35+
src/Compiler/Checking/PostInferenceChecks.fs
36+
src/Compiler/Checking/QuotationTranslator.fs
37+
src/Compiler/Checking/SignatureConformance.fs
38+
src/Compiler/Checking/TypeHierarchy.fs
39+
src/Compiler/Checking/TypeRelations.fs
40+
41+
src/Compiler/DependencyManager/AssemblyResolveHandler.fs
42+
src/Compiler/DependencyManager/DependencyProvider.fs
43+
src/Compiler/DependencyManager/NativeDllResolveHandler.fs
44+
45+
src/Compiler/Facilities/BuildGraph.fs
46+
src/Compiler/Facilities/CompilerLocation.fs
47+
src/Compiler/Facilities/DiagnosticOptions.fs
48+
src/Compiler/Facilities/DiagnosticResolutionHints.fs
49+
src/Compiler/Facilities/DiagnosticsLogger.fs
50+
src/Compiler/Facilities/LanguageFeatures.fs
51+
src/Compiler/Facilities/Logger.fs
52+
src/Compiler/Facilities/prim-lexing.fs
53+
src/Compiler/Facilities/prim-parsing.fs
54+
src/Compiler/Facilities/ReferenceResolver.fs
55+
src/Compiler/Facilities/SimulatedMSBuildReferenceResolver.fs
56+
src/Compiler/Facilities/TextLayoutRender.fs
57+
58+
src/Compiler/Interactive/ControlledExecution.fs
59+
src/Compiler/Interactive/fsi.fs
60+
61+
src/Compiler/Legacy/LegacyHostedCompilerForTesting.fs
62+
src/Compiler/Legacy/LegacyMSBuildReferenceResolver.fs
63+
64+
src/Compiler/Optimize/DetupleArgs.fs
65+
src/Compiler/Optimize/InnerLambdasToTopLevelFuncs.fs
66+
src/Compiler/Optimize/LowerCalls.fs
67+
src/Compiler/Optimize/LowerComputedCollections.fs
68+
src/Compiler/Optimize/LowerLocalMutables.fs
69+
src/Compiler/Optimize/LowerSequences.fs
70+
src/Compiler/Optimize/LowerStateMachines.fs
71+
src/Compiler/Optimize/Optimizer.fs
72+
73+
src/Compiler/Symbols/Exprs.fs
74+
src/Compiler/Symbols/FSharpDiagnostic.fs
75+
src/Compiler/Symbols/SymbolHelpers.fs
76+
src/Compiler/Symbols/SymbolPatterns.fs
77+
src/Compiler/Symbols/Symbols.fs
78+
79+
src/Compiler/TypedTree/CompilerGlobalState.fs
80+
src/Compiler/TypedTree/QuotationPickler.fs
81+
src/Compiler/TypedTree/tainted.fs
82+
src/Compiler/TypedTree/TcGlobals.fs
83+
src/Compiler/TypedTree/TypedTree.fs
84+
src/Compiler/TypedTree/TypedTreeBasics.fs
85+
src/Compiler/TypedTree/TypedTreeOps.fs
86+
src/Compiler/TypedTree/TypedTreePickle.fs
87+
src/Compiler/TypedTree/TypeProviders.fs
2388

2489
# Explicitly unformatted file that needs more care to get it to format well
2590

0 commit comments

Comments
 (0)