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

2013-10-21 Thread Dale R. Worley
From: Rik Svendsen Rose rik.s.r...@gmail.com 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 Server/**/Backup I don't think that Unix-style shell globs define **

[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