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