Skip to content

Commit 9ee6d25

Browse files
author
HaiJun Liu
committed
ignore temp files on mac os
1 parent e68abe7 commit 9ee6d25

File tree

1 file changed

+49
-28
lines changed

1 file changed

+49
-28
lines changed

.gitignore

Lines changed: 49 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,49 @@
1-
*.class
2-
test-output
3-
4-
# Mobile Tools for Java (J2ME)
5-
.mtj.tmp/
6-
7-
# Package Files #
8-
*.jar
9-
*.war
10-
*.ear
11-
12-
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
13-
hs_err_pid*
14-
15-
target
16-
bin
17-
.project
18-
.classpath
19-
.settings
20-
21-
sw-pom.xml
22-
*.iml
23-
test-config.xml
24-
.idea
25-
/.gradle/
26-
/gradle/
27-
*.bat
28-
/gradlew
1+
*.class
2+
test-output
3+
4+
# Mobile Tools for Java (J2ME)
5+
.mtj.tmp/
6+
7+
# Package Files #
8+
*.jar
9+
*.war
10+
*.ear
11+
12+
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
13+
hs_err_pid*
14+
15+
target
16+
bin
17+
.project
18+
.classpath
19+
.settings
20+
21+
sw-pom.xml
22+
*.iml
23+
test-config.xml
24+
.idea
25+
/.gradle/
26+
/gradle/
27+
*.bat
28+
/gradlew
29+
30+
# OSX
31+
# Icon must end with two \r
32+
Icon
33+
34+
35+
._*
36+
.DS_Store
37+
.AppleDouble
38+
.LSOverride
39+
.DocumentRevisions-V100
40+
.fseventsd
41+
.Spotlight-V100
42+
.TemporaryItems
43+
.Trashes
44+
.VolumeIcon.icns
45+
.AppleDB
46+
.AppleDesktop
47+
Network Trash Folder
48+
Temporary Items
49+
.apdisk

0 commit comments

Comments
 (0)