diff options
author | daniel oeh <daniel.oeh@gmail.com> | 2013-06-02 16:55:29 +0200 |
---|---|---|
committer | daniel oeh <daniel.oeh@gmail.com> | 2013-06-02 16:55:29 +0200 |
commit | 7d0e34c0705f6bf03e4902153e8c6537c5bfaab2 (patch) | |
tree | 51db8edb7eafbcbcab8cb0d69282eeef969b3dcf /.gitignore | |
parent | 7b2a278fc5c62a6661b050b9dac788b571f33dd6 (diff) | |
download | AntennaPod-7d0e34c0705f6bf03e4902153e8c6537c5bfaab2.zip |
Ignore IntelliJ project files
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index c3d0e23ef..5f1a48f4e 100644 --- a/.gitignore +++ b/.gitignore @@ -23,6 +23,10 @@ build.xml #eclipse project files .metadata .settings +#IntelliJ project files +.idea +*.iml +gen-external-apklibs # other *.odg# proguard |