[git-users] Re: .gitignore question

2013-11-14 Thread wtriker . ffe

Thanks for the reply. Unfortunately it is not that simple. There are other 
directories named 'cache' that are not in 'system' that need to be tracked.

-- 
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 question

2013-11-13 Thread wtriker . ffe
I have some files that I want to ignore but can't seem to come up with the 
correct format. There are multiple sub-directories with the same path that 
I want to ignore. Specifically, the are 'someupper path/system/cache' and 
all start with 'cache.'. The .gitignore entry I am using is:

system/cache/cache.*

But that does not work. What is the correct syntax to ignore these files? 
TIA.

-- 
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.