-
Notifications
You must be signed in to change notification settings - Fork 15
/
.gitattributes
52 lines (52 loc) · 1.98 KB
/
.gitattributes
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
* text=auto !eol
Backend/Analysis/ControlFlowGraph.cs -text
Backend/Analysis/CopyPropagationAnalysis.cs -text
Backend/Analysis/DataFlowAnalysis.cs -text
Backend/Analysis/PointsToAnalysis.cs -text
Backend/Analysis/ReachingDefinitionsAnalysis.cs -text
Backend/Analysis/StaticSingleAssignmentAnalysis.cs -text
Backend/Analysis/SymbolicAnalysis.cs -text
Backend/Analysis/TypeInferenceAnalysis.cs -text
Backend/Analysis/WebAnalysis.cs -text
Backend/Backend.csproj -text
Backend/Disassembler.cs -text
Backend/MethodBody.cs -text
Backend/Properties/AssemblyInfo.cs -text
Backend/Serialization/DGMLSerializer.cs -text
Backend/Serialization/DOTSerializer.cs -text
Backend/ThreeAddressCode/ExceptionHandlers.cs -text
Backend/ThreeAddressCode/Expressions.cs -text
Backend/ThreeAddressCode/Instructions.cs -text
Backend/ThreeAddressCode/Operands.cs -text
Backend/ThreeAddressCode/TypeDefinitions.cs -text
Backend/ThreeAddressCode/Types.cs -text
Backend/Types.cs -text
Backend/TypesExtractor.cs -text
Backend/Utils/Exceptions.cs -text
Backend/Utils/Extensions.cs -text
Backend/Utils/Map.cs -text
Backend/Utils/OperationHelper.cs -text
Backend/Utils/Subset.cs -text
Backend/Visitors/IInstructionVisitor.cs -text
Backend/Visitors/InstructionVisitor.cs -text
/CCI[!!-~]Backend.sln -text
Console/Assembly.cs -text
Console/Console.csproj -text
Console/MethodVisitor.cs -text
Console/Program.cs -text
Console/Properties/AssemblyInfo.cs -text
Dependencies/Microsoft.Cci.ILGenerator.dll -text
Dependencies/Microsoft.Cci.MetadataHelper.dll -text
Dependencies/Microsoft.Cci.MetadataModel.dll -text
Dependencies/Microsoft.Cci.MutableMetadataModel.dll -text
Dependencies/Microsoft.Cci.PdbReader.dll -text
Dependencies/Microsoft.Cci.PdbWriter.dll -text
Dependencies/Microsoft.Cci.PeReader.dll -text
Dependencies/Microsoft.Cci.PeWriter.dll -text
Dependencies/Microsoft.Cci.SourceModel.dll -text
Test/Examples.cs -text
Test/ExamplesPointsTo.cs -text
Test/Properties/AssemblyInfo.cs -text
Test/Test.csproj -text
/grammar_tac.txt -text
/instructions.txt -text