diff options
author | fossterer <shashank@linux.com> | 2019-10-24 23:20:31 -0400 |
---|---|---|
committer | fossterer <shashank@linux.com> | 2019-10-24 23:20:31 -0400 |
commit | ca83c5953727d4096ddb7af353575b23324dce80 (patch) | |
tree | 562983ca2746e3f94089ffcb68e66c8d30ec9ae6 /.gitignore | |
parent | 437f3f29c06e4a253e841fc959c768aec8d565a0 (diff) | |
download | AntennaPod-ca83c5953727d4096ddb7af353575b23324dce80.zip |
Fixes #3444 - Strip off HTML from podcast descriptions
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index b10f948bb..9ae18e7ea 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,8 @@ bin/ gen/ target/ build/ +**/*.project +**/*.classpath # Local configuration file (sdk path, etc) local.properties |