aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorneothemachine <[email protected]>2012-12-04 22:19:00 +0100
committerneothemachine <[email protected]>2012-12-05 16:57:24 +0100
commit105f890b5e750aaa5ec63e768e77eca2af8631a4 (patch)
tree522357c470ee75d4f4a0f1df0d1fc502926efafa /.gitignore
parent94a4a4ffa156ef03c634bfd115fc0f2e928ecae4 (diff)
removed .classpath, .project, and org.eclipse.core.resources.prefs files
and added them to .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e660fd9..fd5349a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,4 @@
bin/
+.settings/
+.project
+.classpath \ No newline at end of file