Author: ay
Date: Thu Jan 26 13:04:03 2012
New Revision: 1236166

URL: http://svn.apache.org/viewvc?rev=1236166&view=rev
Log:
fixed .gitignore so .idl files are not ignored

Modified:
    cxf/trunk/.gitignore

Modified: cxf/trunk/.gitignore
URL: 
http://svn.apache.org/viewvc/cxf/trunk/.gitignore?rev=1236166&r1=1236165&r2=1236166&view=diff
==============================================================================
--- cxf/trunk/.gitignore (original)
+++ cxf/trunk/.gitignore Thu Jan 26 13:04:03 2012
@@ -1,4 +1,6 @@
-*.i??
+*.iml
+*.ipr
+*.iws
 .DS_Store
 .checkstyle
 .classpath


Reply via email to