diff options
author | ikeike443 <ikeike443@gmail.com> | 2011-10-27 11:04:05 +0900 |
---|---|---|
committer | ikeike443 <ikeike443@gmail.com> | 2011-10-27 11:04:05 +0900 |
commit | 8a47a81dde462de1852f1f0550710afade29983c (patch) | |
tree | d689059153252b11dcf247152e5428d2429a5c79 /PlayFramework.gitignore | |
parent | 4c9fba7b1e942141a3bf5345a8c3b91b3d77d241 (diff) | |
download | gitignore-8a47a81dde462de1852f1f0550710afade29983c.tar.gz gitignore-8a47a81dde462de1852f1f0550710afade29983c.zip |
Delete duplicated "eclipse" and support ignoring IDEA's metafile such as *.iml, *.eml
Diffstat (limited to 'PlayFramework.gitignore')
-rw-r--r-- | PlayFramework.gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/PlayFramework.gitignore b/PlayFramework.gitignore index dea05b4c..6366fda1 100644 --- a/PlayFramework.gitignore +++ b/PlayFramework.gitignore @@ -12,5 +12,6 @@ logs precompiled tmp test-result -eclipse server.pid +*.iml +*.eml |