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: d7f81b2c86c8e6496bf6c0da81d7dac165148d15 (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
36
37
38
39
40
41
42
43
#################
## 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/
.vscode/
.idea/

packages/

# Build results
obj/
bin/


.DS_Store


*.force
*.FileListAbsolute.txt

**/Dependencies/*.dll

# Include C++/CLI binaries
!**/CppCLI/Dependencies/*.dll

# arcade artifacts
.dotnet
.packages
artifacts
*.binlog

# Emacs backup files
*~

test/Mono.Linker.Tests/TestResults.xml