forked from sonic-pi-net/sonic-pi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
122 lines (87 loc) · 1.66 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
# Compiled things
# --------------
# Compiled Object files
*.slo
*.lo
*.o
# Compiled Dynamic libraries
*.so
*.dylib
# Compiled Static libraries
*.lai
*.la
*.a
# Compiled Erlang files
*.beam
# MSVC stuff
*.Debug
*.Release
debug/
release/
# Core dumps
*.dump
# QT GUI
# --------
# Compiled Mac libraries
*.bundle
*.pro.user
*.qmake.stash
# 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/ruby_help.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/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
\.#*
.lein-plugins
*~
*.orig
# Native
app/server/native/
app/server/vendor/ffi/ext/
app/server/vendor/ffi-1.9.10/ext/ffi_c/Makefile
app/server/vendor/ffi-1.9.10/ext/ffi_c/extconf.h
app/server/vendor/*/ext
app/server/rb-native/
## Rugged
app/server/vendor/rugged*/ext/rugged/Makefile
app/server/vendor/rugged*/vendor/libgit2/build
## Atomic
app/server/vendor/atomic/ext/Makefile
## Book
book/
## IntelliJ IDEA
*.iml
## i18n auto-generated files
etc/doc/lang/sonic-pi-tutorial.pot
etc/doc/generated/
app/server/vendor/ffi-1.9.17/ext/ffi_c/extconf.h
app/server/vendor/ffi-1.9.17/ext/ffi_c/Makefile