Skip to content

Commit 7a430fe

Browse files
committed
Update .gitignore
1 parent 17cffbe commit 7a430fe

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

.gitignore

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,42 @@ local.properties
1818
# Eclipse project files
1919
.classpath
2020
.project
21+
22+
# Proguard folder generated by Eclipse
23+
proguard/
24+
proguard-project.txt
25+
26+
# Intellij project files
27+
*.iml
28+
*.ipr
29+
*.iws
30+
.idea/
31+
32+
*.pydevproject
33+
.project
34+
.metadata
35+
.gradle
36+
build/**
37+
bin/**
38+
tmp/**
39+
tmp/**/*
40+
*.tmp
41+
*.bak
42+
*.swp
43+
*~.nib
44+
local.properties
45+
.classpath
46+
.settings/
47+
.loadpath
48+
49+
# External tool builders
50+
.externalToolBuilders/
51+
52+
# Locally stored "Eclipse launch configurations"
53+
*.launch
54+
55+
# CDT-specific
56+
.cproject
57+
58+
# PDT-specific
59+
.buildpath

0 commit comments

Comments
 (0)