[git-users] GitIgnore Not including folders again

2013-10-20 Thread Rik Svendsen Rose
Hi I Am trying to add an ignor exception in a gitignore file. The folder i dont want is: 02 Microsoft SQL Server/ The folder that i want included is: 02 Microsoft SQL Server/xxx/MSSQL/Backup I have tried adding into my .gitignore folder: 02 Microsoft SQL Server/**/ !02 Microsoft SQL

[git-users] Re: GitIgnore Not including folders again

2013-10-20 Thread Rik Svendsen Rose
i should add i am useing msysgit 1.8.4 and the: * !.gitingnore to add empty folders does not appear to be working either. I have however tested with: *.bak !*.bak and this includes the .bak again :-/ -- You received this message because you are subscribed to the Google Groups Git for human