forked from jamoma/JamomaMax
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
64 lines (50 loc) · 740 Bytes
/
Copy path.gitignore
File metadata and controls
64 lines (50 loc) · 740 Bytes
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
max/extensions
max/externals
#Ignore DS_Store files
.DS_Store
logs
build
build-xcode
build64
html
Debug
Release
Makefile
Jamoma/externals
Jamoma/extensions
Jamoma/support
# XCode files to be ignored
xcuserdata
*.mode1v3
*.pbxuser
*.perspectivev3
project.xcworkspace
*.layout
*.depends
#*.map
*.ncb
*.suo
*.user
*.tm_build_errors
*.a
*.lib
# Git conflict files
*.orig
*.o
*.x64.o-*
*.i386.o-*
*.ttdylib
*.dylib
*.ttdll
*.dll
*.mxo
*.sdf
*.vcxproj
JamomaMaxVersion.h
j.js_systeminfo.js
# théo needs to hide a j.leapmotion external (which is based on Jamoma script support so it is placed into the Implementation/Max folder on his machine)
source/j.leapmotion/
# Reaper DAW auto-generated files
*.RPP-UNDO
*.RPP-bak
xcode-files