Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.gitignore - github.com/mono/linker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5ad05fe739c5d844d48c7fad0845ff5fc12cf7b5 (plain)
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
#################
## Visual Studio
#################

## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.

# User-specific files
*.suo
*.user
*.userprefs
.vs/
.idea/

packages/

# Build results
obj/
bin/


.DS_Store


*.force
*.FileListAbsolute.txt

**/Dependencies/*.dll

# arcade artifacts
.dotnet
.packages
artifacts

test/Mono.Linker.Tests/TestResults.xml