diff options
author | daniel oeh <daniel.oeh@gmail.com> | 2012-07-31 11:47:19 +0200 |
---|---|---|
committer | daniel oeh <daniel.oeh@gmail.com> | 2012-07-31 11:47:19 +0200 |
commit | 1ac6966027a333c8a699ba8813cc2ee3ac921ff7 (patch) | |
tree | 17963670690e735feee3a321322c4b02360aae48 /.gitignore | |
parent | adb2621704877b34f21131effe5ccd7553fcc3b4 (diff) | |
download | AntennaPod-1ac6966027a333c8a699ba8813cc2ee3ac921ff7.zip |
Excluded libs directory, removed eclipse project files from gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index 986ebae22..f1beb70ec 100644 --- a/.gitignore +++ b/.gitignore @@ -19,12 +19,11 @@ local.properties *~ #eclipse project files -.project -.classpath .metadata .settings # other *.odg# proguard +libs *.DS_Store src/de/danoeh/antennapod/util/flattr/FlattrConfig.java |