forked from fuse-open/fuse-studio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
111 lines (91 loc) · 1.59 KB
/
.gitignore
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
# See http://help.github.com/ignore-files/ for more about ignoring files.
#
# If you find yourself ignoring temporary files generated by your text editor
# or operating system, you probably want to add a global ignore instead:
# git config --global core.excludesfile ~/.gitignore_global
*.iml
.idea/
# Ignore OS specific and temporary files.
*.swp
*.swo
.DS_Store
Thumbs.db
# Locally installed NuGet packages.
packages/
/RealtimeStudio/Installer/packages/
/RealtimeStudio/Ultimate/packages/
/nuget/
/ /
# Generated files
*.deb
*.tgz
*.dll
*.dll.config
*.dylib
*.opensdf
*.msi
*.pdb
*.sdf
*.suo
*.uduser
*.user
*.userprefs
*.mdf
*.ldf
.uno/
.Build/
.Cache/
.CodeDruid/
.CodeMage/
.CodeNinja/
ipch/
bin/
obj/
/Offline
/Release
**/build/
Tests/SystemTest
# Sublime files
*.sublime-project
*.sublime-workspace
# WiX objects
*.wixobj
*.wixpdb
/packages-wix.xml
#UnoTest generated files
*_actual_render.png
#RS tests generated files
**/GeneratedTestData/*
# Misc
buildlog.txt
OpenTK.GLControl.xml
OpenTK.xml
*.GhostDoc.xml
TMP_DL
#StdLibBuilder
StdLibBuilder.exe*
.LastStdLibBuild
DependencyCache
/Uno/UnoCompiler/Tests/RenderingTests/Newtonsoft.Json.xml
/Uno/UnoCompiler/Tests/RenderingTests/Uno/Audio/NAudio/license.txt
/Uno/UnoCompiler/Tests/RenderingTests/Uno/Audio/NAudio/readme.txt
#Generated packages
Uno/Packages/**/*
# Build
.build-inited
# STUFF
.stuff/
*.zip
# unoconfig
!/.unoconfig
build-uno.unoconfig
auto_test_app_uno.pid
# Visual studio 2015+ user specific directory
.vs
tools/mono
Source/Fuse/Sandbox/AutoReloadContent.cs
.vscode
# unpacked Sketch43 test-files
files/output
#NUnit
TestResult.xml