-
Notifications
You must be signed in to change notification settings - Fork 34
/
.gitignore
62 lines (62 loc) · 1.06 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
.DS_Store
build*/
*~
CMakeCache.txt
CMakeFiles/
CMakeScripts/
/portmidi.pc
/x64/
/Debug/
/Release/
/pm_java/pmdefaults/pmdefaults.jar
/pm_java/pmdefaults.sln
/pm_java/pmjni.dir/
/pm_java/x64/
portmidi.build/
cmake_install.cmake
*.xcodeproj/
/.vs/
/portmidi.sln
*.vcxproj
*.vcxproj.filters
*.vcxproj.user
/Makefile
/libportmidi.so*
/libportmidi.a
/libportmidi_static.a
/libpmjni.so*
/packaging/PortMidiConfig.cmake
/packaging/PortMidiConfigVersion.cmake
/packaging/portmidi.pc
/pm_common/Makefile
/pm_common/portmidi.dir/
/pm_java/Makefile
/pm_test/Debug/
/pm_test/Release/
/pm_test/Makefile
/pm_test/fastrcv
/pm_test/fastrcv.dir/
/pm_test/latency
/pm_test/latency.dir/
/pm_test/midiclock
/pm_test/midiclock.dir/
/pm_test/midithread
/pm_test/midithread.dir/
/pm_test/midithru
/pm_test/midithru.dir/
/pm_test/mm
/pm_test/mm.dir/
/pm_test/multivirtual
/pm_test/qtest
/pm_test/qtest.dir/
/pm_test/recvvirtual
/pm_test/sendvirtual
/pm_test/sysex
/pm_test/sysex.dir/
/pm_test/testio
/pm_test/testio.dir/
/pm_test/virttest
/pm_test/fast
/pm_test/fast.dir/
/pm_test/pmlist
/pm_test/pmlist.dir/