diff options
author | Arne Schwabe <arne@rfc2549.org> | 2014-02-06 16:36:55 +0100 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2014-02-06 16:36:55 +0100 |
commit | 062d57b2752ee66537bda74d87cc4c533a08b9ac (patch) | |
tree | 67bb62a2113029dbb4b2477556b15c3f94e074bc /.hgignore | |
parent | 32bcede9f5f2e30df913b29d0990a3702bb7dad8 (diff) |
Fix bugs with the ocnfig parser
Diffstat (limited to '.hgignore')
-rw-r--r-- | .hgignore | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -70,4 +70,10 @@ proguard-project.txt build.xml cache.properties .gradle -.idea + +# User-specific configurations +.idea/libraries/ +.idea/tasks.xml +.idea/.name +*.iml + |