From c1efeb135c35dd883e2a77911ccc54848d9ea532 Mon Sep 17 00:00:00 2001 From: Francis Devereux Date: Wed, 5 Dec 2012 20:10:08 +0000 Subject: [PATCH] Ignore IntelliJ IDEA .iws files (they are user-specific) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 29271601a..799d49587 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ lint-results_files local.properties monkey.txt *~ +*.iws