Skip to content

Commit 02a96a7

Browse files
committed
Update .gitignore
1 parent e765fff commit 02a96a7

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

.gitignore

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,35 @@
1+
*.pydevproject
2+
*.classpath
13
*.class
4+
.metadata
5+
.gradle
6+
bin/
7+
tmp/
8+
*.tmp
9+
*.bak
10+
*.swp
11+
*~.nib
12+
local.properties
13+
.settings/
14+
.loadpath
15+
16+
# External tool builders
17+
.externalToolBuilders/
18+
19+
# Locally stored "Eclipse launch configurations"
20+
*.launch
21+
22+
# CDT-specific
23+
.cproject
24+
25+
# PDT-specific
26+
.buildpath
27+
28+
# sbteclipse plugin
29+
.target
30+
31+
# TeXlipse plugin
32+
.texlipse
233

334
# Package Files #
435
*.jar

0 commit comments

Comments
 (0)