-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.gitignore
68 lines (56 loc) · 1.68 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
# OSX Finder stuff:
.DS_Store
# RVM (Ruby Version Manager) can be used to ensure that we are using the right ruby version once inside the Jamoma folder.
# More info can be found at https://rvm.io and http://screencasts.org/episodes/how-to-use-rvm.
# If using RVM the .rvmrc configuration file should be ignored
.rvmrc
Publications
Installers
InstallerUserlib
Builds/MaxMSP/*.mxo
Builds/MaxMSP/*.maxhelp
Builds/PureData/*.pd_darwin
logs
Tools/installertools/Windows/root
*.mode1v3
*.pbxuser
*.dll
*.mxe
*.ttdll
*.log
# temp files from git merges
*.orig
# Ignore the folders and files generated by Doxygen
html
*.aux
citelist.*
# Ignoring temp files generated by Doxygen
citelist.doc*
bib*.aux
# Windows Installer Temp files
/Tools/installertools/Windows/JamomaC74.wixobj
/Tools/installertools/Windows/JamomaC74.wxs
/Tools/installertools/Windows/JamomaExtensions.wixobj
/Tools/installertools/Windows/JamomaExtensions.wxs
/Tools/installertools/Windows/JamomaPatches.wixobj
/Tools/installertools/Windows/JamomaPatches.wxs
/Tools/installertools/Windows/JamomaSupport.wixobj
/Tools/installertools/Windows/JamomaSupport.wxs
/Tools/installertools/Windows/main.wixobj
/Tools/installertools/Windows/ui.wixobj
/Tools/installertools/Windows/Jamoma.msi
# These are generated from a Template -- only the template is under version control
ReadMe.rtf
tt-max.xcconfig
# Submodules that some users may have but which are not tracked by the main project
Modules/Publications
Modules/TapTools
Modules/Area51
# file which holds pid of a running build script
lock.pid
# used when pushing new version to website
JamomaWebsite
build
# created by build.sh when building PureData implementation
pd-0.46-6.mac.tar.gz
Pd-0.46-6.app