aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorTima <timur.tibeyev@bee.kz>2017-04-13 09:05:04 +0600
committerRoman Ivanov <romani@users.noreply.github.com>2017-04-15 16:39:39 -0700
commit92c43f0a4fed1166fc840e1e427e385a5993b12f (patch)
treea86369f575ff023d6b2fa8b539a2f650c8326325 /pom.xml
parent77251f076eee469494e68b8e0d0d696ceb3f800b (diff)
downloadcheckstyle-92c43f0a4fed1166fc840e1e427e385a5993b12f.tar.gz
Pull #4209: Adding IDEA project files to gitignore and excluding them from checkstyle list
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 679e6fd38..cee03bfb4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -530,6 +530,8 @@
bin/**/*,
<!-- IDEA project files -->
*.iml,
+ *.ipr,
+ *.iws,
.idea/**/*,
<!-- Temp files -->
*~,