diff options
author | daniel oeh <daniel.oeh@gmail.com> | 2012-07-04 14:29:31 +0200 |
---|---|---|
committer | daniel oeh <daniel.oeh@gmail.com> | 2012-07-04 14:29:31 +0200 |
commit | 74479fef844c0814c2a40be0eb5495b44692bfbb (patch) | |
tree | 65effcc4eea714671861fa361f926f2b39fc6561 /.classpath | |
parent | f81f3972ba1f66f307aaf074e6d29e3f1fce6340 (diff) | |
download | AntennaPod-74479fef844c0814c2a40be0eb5495b44692bfbb.zip |
Excluded classpath and project config files from gitignore
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 8 |
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> |