-
-
Notifications
You must be signed in to change notification settings - Fork 922
/
.gitignore
161 lines (121 loc) · 2.29 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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
.history
# Compiled things
# --------------
# Compiled Object files
*.slo
*.lo
*.o
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
!prebuilt/**/*.dll
!prebuilt/**/*.so
!prebuilt/**/*.dylib
# Compiled Static libraries
*.lai
*.la
*.a
# Compiled Erlang files
*.beam
# Library files
*.lib
# MSVC stuff
*.Debug
*.Release
debug/
release/
relwithdebinfo/
# Build directories
build
build32
# Core dumps
*.dump
# Ignore vcpkg
app/vcpkg
# QT GUI
# --------
# Compiled Mac libraries
*.bundle
*.pro.user
*.qmake.stash
# Ignore install artifacts
*.wixobj
*.wixpdb
*.msi
install/windows/gui.wxs
install/windows/etc.wxs
install/windows/server.wxs
install/windows/config.wxs
install/windows/etc
install/windows/app
# Application binary & autogenerated files
app/gui/qt/sonic-pi
app/gui/qt/moc_mainwindow.cpp
app/gui/qt/moc_sonicpiudpserver.cpp
app/gui/qt/qrc_SonicPi.cpp
app/gui/qt/utils/ruby_help.h
app/gui/qt/utils/lang_list.h
app/gui/qt/help/*.html
app/gui/qt/help_files.qrc
app/gui/qt/lang/*.qm
app/gui/qt/qrc_help_files.cpp
app/gui/qt/Sonic-Pi.app
app/gui/qt/Sonic Pi.app
app/gui/qt/build
app/gui/qt/cmake-build-*
app/gui/qt/.idea
app/gui/qt/.vscode
app/gui/qt/info
app/gui/qt/qrc*.cpp
app/gui/qt/resources
# HTML GUI
# --------
# Javascript map files
app/gui/html/resources/public/js/*.map
# Dev Javascript
app/gui/html/resources/public/js/generated
app/gui/html/target
app/gui/html/resources/public/js/cljs-main.js
# QT makefile
# --------
app/gui/qt/Makefile
app/gui/qt/moc_*
app/gui/qt/qrc__*
# Detritus
# ---------
*.DS_Store
*.log
*.swp
*.tmp
\.#*
.lein-plugins
*~
*.orig
# Native
app/server/native/
app/server/rb-native/
# Patterns like this catch both
# app/server/vendor/ffi/ext/ and app/server/ruby/vendor/ffi/ext/
# (the latter is found in the Mac OS X build)
**/vendor/*/ext/**/Makefile
**/vendor/ffi-*/ext/ffi_c/extconf.h
**/vendor/ffi-*/ext/ffi_c/libffi*/
**/vendor/**/build/
## Book
book/
## IntelliJ IDEA
*.iml
.idea
## i18n auto-generated files
etc/doc/lang/sonic-pi-tutorial.pot
etc/doc/generated/
# Clojure synths native dir
etc/synthdefs/designs/overtone/sonic-pi/target
etc/synthdefs/designs/overtone/sonic-pi/classes
etc/synthdefs/designs/overtone/sonic-pi/checkouts
etc/synthdefs/designs/overtone/sonic-pi/native
# Visual Studio settings folder.
.vs
app/.cache/clangd/index
sonic-pi.desktop