forked from libmapper/libmapper
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
168 lines (167 loc) · 2.36 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
162
163
164
165
166
167
*.o
*.class
*.a
*.la
*.lo
*.so
*.dylib
*.dll
*.exe
*.pyc
Makefile.in
Makefile
.deps
.libs
.DS_Store
ChangeLog
README
aclocal.m4
autom4te.cache
bindings/python/build/
bindings/python/dist
bindings/python/pypi
bindings/python/libmapper.egg-info
bindings/python/setup.py
bindings/python/libmapper/mapper.py
compile
config.guess
config.log
config.status
config.sub
configure
configure~
depcomp
install-sh
libtool
ltmain.sh
missing
doc/doxygen-build.stamp
doc/html/
doc/latex/
doc/libmapper.doxyfile
examples/pwm_example
bindings/java/mapper/NativeLib.java
bindings/java/*.h
bindings/java/*.log
bindings/java/libmapper.jar
bindings/java/TestInstances/code/
libmapper.tar.gz
libmapper.pc
m4/libtool.m4
m4/ltoptions.m4
m4/ltsugar.m4
m4/ltversion.m4
m4/lt~obsolete.m4
NEWS
src/config.h
src/config.h.in
src/stamp-h1
test/test
test/testbundle
test/testcalibrate
test/testconvergent
test/testcpp
test/testcustomtransport
test/testexpression
test/testgraph
test/testinstance
test/testinstance_no_cb
test/testinstance_coordination
test/testinterrupt
test/testlinear
test/testlist
test/testlocalmap
test/testmany
test/testmapfail
test/testmapinput
test/testmaplocation
test/testmapprotocol
test/testmapscope
test/testmonitor
test/testnetwork
test/testparams
test/testparser
test/testprops
test/testrate
test/testremap
test/testreverse
test/testselfmap
test/testsetiface
test/testsetremote
test/testsignalhierarchy
test/testsignals
test/testspeed
test/teststealing
test/testthread
test/testunmap
test/testvector
### VisualStudio ###
build
## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.
##
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
# User-specific files
*.rsuser
*.suo
*.user
*.userosscache
*.sln.docstates
# User-specific files (MonoDevelop/Xamarin Studio)
*.userprefs
# Build results
[Dd]ebug/
[Dd]ebugPublic/
[Rr]elease/
[Rr]eleases/
x64/
x86/
[Ww][Ii][Nn]32/
[Aa][Rr][Mm]/
[Aa][Rr][Mm]64/
bld/
[Bb]in/
[Oo]bj/
[Ll]og/
[Ll]ogs/
# Visual Studio 2015/2017 cache/options directory
.vs/
# Visual C++ cache files
ipch/
*.aps
*.ncb
*.opendb
*.opensdf
*.sdf
*.cachefile
*.VC.db
*.VC.VC.opendb
# Files built by Visual Studio
*_i.c
*_p.c
*_h.h
*.ilk
*.meta
*.obj
*.iobj
*.pch
*.pdb
*.ipdb
*.pgc
*.pgd
*.rsp
*.sbr
*.tlb
*.tli
*.tlh
*.tmp
*.tmp_proj
*_wpftmp.csproj
*.log
*.tlog
*.vspscc
*.vssscc
.builds
*.pidb
*.svclog
*.scc