summaryrefslogtreecommitdiff
path: root/.classpath
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2012-07-04 14:29:31 +0200
committerdaniel oeh <daniel.oeh@gmail.com>2012-07-04 14:29:31 +0200
commit74479fef844c0814c2a40be0eb5495b44692bfbb (patch)
tree65effcc4eea714671861fa361f926f2b39fc6561 /.classpath
parentf81f3972ba1f66f307aaf074e6d29e3f1fce6340 (diff)
downloadAntennaPod-74479fef844c0814c2a40be0eb5495b44692bfbb.zip
Excluded classpath and project config files from gitignore
Diffstat (limited to '.classpath')
-rw-r--r--.classpath8
1 files changed, 8 insertions, 0 deletions
diff --git a/.classpath b/.classpath
new file mode 100644
index 000000000..a4763d1ee
--- /dev/null
+++ b/.classpath
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="src" path="gen"/>
+ <classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
+ <classpathentry kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
+ <classpathentry kind="output" path="bin/classes"/>
+</classpath>