diff --git a/AppceleratorTitanium.gitignore b/AppceleratorTitanium.gitignore new file mode 100644 index 00000000..3abea559 --- /dev/null +++ b/AppceleratorTitanium.gitignore @@ -0,0 +1,3 @@ +# Build folder and log file +build/ +build.log diff --git a/Global/Matlab.gitignore b/Global/Matlab.gitignore index bbc35d7e..f52813b6 100644 --- a/Global/Matlab.gitignore +++ b/Global/Matlab.gitignore @@ -9,3 +9,8 @@ # OSX / *nix default autosave extension *.m~ +# Compiled MEX binaries (all platforms) +*.mex* + +# Simulink Code Generation +slprj/ diff --git a/Global/OSX.gitignore b/Global/OSX.gitignore index ef10493f..c5efd178 100644 --- a/Global/OSX.gitignore +++ b/Global/OSX.gitignore @@ -1,10 +1,24 @@ .DS_Store + +.AppleDouble + .LSOverride + Icon + + + + # Thumbnails + ._* + + # Files that might appear on external disk + .Spotlight-V100 + .Trashes + diff --git a/Objective-C.gitignore b/Objective-C.gitignore index 9207892a..89c499e4 100644 --- a/Objective-C.gitignore +++ b/Objective-C.gitignore @@ -15,3 +15,4 @@ xcuserdata profile *.moved-aside DerivedData +.idea/