[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 beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[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 Server/**/Backup

and
02 Microsoft SQL Server/**/*
!02 Microsoft SQL Server/**/Backup/**/*

and 
02 Microsoft SQL Server/**/*
!.bak


But the ignore exception (i.e. the re include is not working :-( ) 

Any ideas?

 

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.