Skip to content

Commit 964de38

Browse files
committed
Merge branch 'master' of https://github.com/github/gitignore
Conflicts: Global/OSX.gitignore
2 parents 54928f5 + f1cb24b commit 964de38

File tree

4 files changed

+23
-0
lines changed

4 files changed

+23
-0
lines changed

AppceleratorTitanium.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Build folder and log file
2+
build/
3+
build.log

Global/Matlab.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,8 @@
99
# OSX / *nix default autosave extension
1010
*.m~
1111

12+
# Compiled MEX binaries (all platforms)
13+
*.mex*
14+
15+
# Simulink Code Generation
16+
slprj/

Global/OSX.gitignore

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,24 @@
11
.DS_Store
2+
3+
.AppleDouble
4+
25
.LSOverride
6+
37
Icon
48

9+
10+
11+
12+
513
# Thumbnails
14+
615
._*
716

17+
18+
819
# Files that might appear on external disk
20+
921
.Spotlight-V100
22+
1023
.Trashes
24+

Objective-C.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ xcuserdata
1515
profile
1616
*.moved-aside
1717
DerivedData
18+
.idea/

0 commit comments

Comments
 (0)