Maybe just add the following instead: !*.ini
This will guarantee that *.ini files will be included and ignore. >________________________________ > From: Aki Yoshida <elak...@gmail.com> >To: dev@camel.apache.org >Sent: Wednesday, September 5, 2012 6:34 AM >Subject: .gitignore setting in camel > >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 > > >