Hi Aki, Thanks for reporting this, I will commit a fix for it shortly.
-- Willem Jiang FuseSource Web: http://www.fusesource.com (http://www.fusesource.com/) Blog: http://willemjiang.blogspot.com (http://willemjiang.blogspot.com/) (English) http://jnn.javaeye.com (http://jnn.javaeye.com/) (Chinese) Twitter: willemjiang Weibo: willemjiang On Wednesday, September 5, 2012 at 6:34 PM, Aki Yoshida wrote: > Hi, > .gitignore currently includes entry *.i?? and this is filtering out > securityconfig.ini that is located in camel-shiro. > > Could you replace this pattern (I suppose this entry was intended for > filtering out intelijIDEA files) with more selective patterns? > > e.g., CXF uses > *.iml > *.ipr > *.iws > > CXF also used to have pattern i??, but this pattern was filtering out > *.idl files and it was changed to the above list. > > thanks. > regards, aki