Further ignore IDEA-generated files

Currently the project ignores .idea (directory-based format) as well
as *.ims (file-based format) but not *.ipr and *.iws.  We thus ignore
the latter two as they are generated by IDEA as well.

Signed-off-by: Ealden Esto E. Escanan <ealden@gmail.com>
This commit is contained in:
Ealden Esto E. Escanan
2011-09-18 14:39:10 +08:00
parent 50ebb00297
commit 1eac797b96

2
.gitignore vendored
View File

@@ -14,3 +14,5 @@ nohup.out
jredis.log
.idea
*.iml
*.ipr
*.iws