You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by po...@apache.org on 2014/08/19 12:56:07 UTC

svn commit: r1618836 - in /creadur/whisker/trunk: ./ .gitignore

Author: pottlinger
Date: Tue Aug 19 10:56:07 2014
New Revision: 1618836

URL: http://svn.apache.org/r1618836
Log:
Adding IntelliJ stuff to svn/gitignore.


Modified:
    creadur/whisker/trunk/   (props changed)
    creadur/whisker/trunk/.gitignore

Propchange: creadur/whisker/trunk/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Tue Aug 19 10:56:07 2014
@@ -1,3 +1,4 @@
 .*
 target
 stage
+*.iml

Modified: creadur/whisker/trunk/.gitignore
URL: http://svn.apache.org/viewvc/creadur/whisker/trunk/.gitignore?rev=1618836&r1=1618835&r2=1618836&view=diff
==============================================================================
--- creadur/whisker/trunk/.gitignore (original)
+++ creadur/whisker/trunk/.gitignore Tue Aug 19 10:56:07 2014
@@ -5,4 +5,9 @@
 */.project
 */.classpath
 */.settings
-
+*.iml
+*/*.iml
+*/*.ipr
+*/*.iws
+.idea/*
+*/.idea