зеркало из https://github.com/dotnet/LLVMSharp.git
29 строки
814 B
Plaintext
29 строки
814 B
Plaintext
###############################################################################
|
|
# Build Artifacts
|
|
###############################################################################
|
|
artifacts/
|
|
build/
|
|
*.binlog
|
|
*.dll
|
|
*.dylib
|
|
*.nupkg
|
|
*.so
|
|
|
|
###############################################################################
|
|
# Default Artifacts
|
|
###############################################################################
|
|
bin/
|
|
obj/
|
|
|
|
###############################################################################
|
|
# Visual Studio
|
|
###############################################################################
|
|
.vs/
|
|
*.csproj.user
|
|
|
|
###############################################################################
|
|
# Rider
|
|
###############################################################################
|
|
.idea/
|
|
*.DotSettings.user
|