Skip to content
This repository was archived by the owner on Oct 24, 2018. It is now read-only.

Commit 56eee99

Browse files
committed
ignore eclipse crap
1 parent 26e4078 commit 56eee99

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

.gitignore

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,3 +73,41 @@ $RECYCLE.BIN/
7373

7474
# Windows shortcuts
7575
*.lnk
76+
*.project
77+
78+
*.pydevproject
79+
.metadata
80+
.gradle
81+
bin/
82+
tmp/
83+
*.tmp
84+
*.bak
85+
*.swp
86+
*~.nib
87+
local.properties
88+
.settings/
89+
.loadpath
90+
91+
# Eclipse Core
92+
.project
93+
94+
# External tool builders
95+
.externalToolBuilders/
96+
97+
# Locally stored "Eclipse launch configurations"
98+
*.launch
99+
100+
# CDT-specific
101+
.cproject
102+
103+
# JDT-specific (Eclipse Java Development Tools)
104+
.classpath
105+
106+
# PDT-specific
107+
.buildpath
108+
109+
# sbteclipse plugin
110+
.target
111+
112+
# TeXlipse plugin
113+
.texlipse

0 commit comments

Comments
 (0)