-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitignore
94 lines (84 loc) · 1.28 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
# Prerequisites
*.d
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
# *.dll
# Fortran module files
*.mod
*.smod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app
# JUCE exports & stuffs
.DS_Store
# Builds/VisualStudio2019/x64
# Builds/VisualStudio2019/x86
Builds/VisualStudio2019/.vs
# Builds/VisualStudio2022/x64
# Builds/VisualStudio2022/x86
Builds/VisualStudio2022/.vs
# Plugins (because some of the distribution may requires sell soul (subscription) / purchase for license, what a karen!)
# *.dll # lv2 is also dll, not just vst2
*.aaxplugin
*.rtax
*.rtas
# confused! vst2 is dll! ; wtf, Steinberg?! okay, get it again.
.fake
.ionide
# why do we need to have object & other build residues??
*.obj
*.pch
*.pdb
*.ilk
*.exp
*.lib
*.ncb
*.opt
*.plg
*.rsp
*.suo
*.tlb
*.tlh
*.rsp
*.dsw
*.dsp
*.dsp.template
*.dsw.template
*.dsp.header
*.dsw.header
*.dsp.config
*.dsw.config
*.dsp.user
*.dsw.user
*.dsp.user.header
*.dsp.user.header
*.dsp.user.config
*.dsp.user.config
*.dsp.user.template
*.dsw.user.template
*.dsp.user.header.template
*.dsw.user.header.template
*.dsp.user.config.template
*.dsw.user.config.template
*.dsp.user.template.header
*.recipe
*.tlog
*.iobj
*.log
*.FileListAbsolute.txt
*.res