Skip to content

Commit 0ae4801

Browse files
committed
Added OSX icons, moved bin/** from Java to Eclipse, added *.class to Java
1 parent 745c945 commit 0ae4801

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

Global/Eclipse.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
*.pydevproject
22
.project
33
.metadata
4+
bin/**
45
tmp/**
6+
tmp/**/*
57
*.tmp
68
*.bak
7-
tmp/**/*
89
*.swp
910
*~.nib
1011
local.properties

Global/OSX.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
.DS_Store
1+
.DS_Store?
2+
Icon?
23

34
# Thumbnails
45
._*

Java.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
bin/**
1+
*.class

0 commit comments

Comments
 (0)