Re: Git ignore help

2015-03-24 Thread Junio C Hamano
Eric Sunshine writes: > On Tue, Mar 24, 2015 at 5:39 AM, Duy Nguyen wrote: >> On Tue, Mar 24, 2015 at 8:55 AM, Eric Sunshine >> wrote: e.g. "db", "reports" or "scripts", we could keep going for a while. I think I attempted to do this in the past and failed (don't remember exactl

Re: Git ignore help

2015-03-24 Thread Eric Sunshine
On Tue, Mar 24, 2015 at 5:39 AM, Duy Nguyen wrote: > On Tue, Mar 24, 2015 at 8:55 AM, Eric Sunshine > wrote: >>> e.g. "db", "reports" or "scripts", we could keep going for a while. I >>> think I attempted to do this in the past and failed (don't remember >>> exactly why). Maybe I'll try again so

Re: Git ignore help

2015-03-24 Thread Duy Nguyen
On Tue, Mar 24, 2015 at 7:46 PM, wrote: > Duy, you wrote: > > "This is true. To elaborate, if we have to recurse in excluded directories so > that we can include some back, then the reason for excluding is already > defeated as we may need to traverse the entire directory structure. However >

Re: Git ignore help

2015-03-24 Thread mdconf
/reports nor /reports/something or any sub directory is included. Martin -- Původní zpráva -- Od: Duy Nguyen Komu: Eric Sunshine Datum: 24. 3. 2015 10:40:33 Předmět: Re: Git ignore help On Tue, Mar 24, 2015 at 8:55 AM, Eric Sunshine wrote: >> e.g. "db", "reports" or

Re: Git ignore help

2015-03-24 Thread Duy Nguyen
On Tue, Mar 24, 2015 at 8:55 AM, Eric Sunshine wrote: >> e.g. "db", "reports" or "scripts", we could keep going for a while. I >> think I attempted to do this in the past and failed (don't remember >> exactly why). Maybe I'll try again some time in future. > > I also was pretty sure that you had a

Re: Git ignore help

2015-03-23 Thread Eric Sunshine
On Mon, Mar 23, 2015 at 9:00 PM, Duy Nguyen wrote: > On Sun, Mar 22, 2015 at 10:33 AM, Eric Sunshine > wrote: >> On Fri, Mar 20, 2015 at 6:36 AM, wrote: >>> Any idea what I am doing wrong? >> >> The fourth bullet point of the "Pattern Format" section of the >> gitignore man page has this to sa

Re: Git ignore help

2015-03-23 Thread Duy Nguyen
On Sun, Mar 22, 2015 at 10:33 AM, Eric Sunshine wrote: > On Fri, Mar 20, 2015 at 6:36 AM, wrote: >> I am trying to setup my git ignore (resp. .git/info/exclude) so that I >> exclude >> all directories and files except the content of directories that I >> specifically include (incl. anything wi

Re: Git ignore help

2015-03-21 Thread Eric Sunshine
On Fri, Mar 20, 2015 at 6:36 AM, wrote: > I am trying to setup my git ignore (resp. .git/info/exclude) so that I exclude > all directories and files except the content of directories that I > specifically include (incl. anything within them recursively). > > I set the .git/info/exclude with the

Git ignore help

2015-03-20 Thread mdconf
Hello, I am trying to setup my git ignore (resp. .git/info/exclude) so that I exclude all directories and files except the content of directories that I specifically include (incl. anything within them recursively). I set the .git/info/exclude with the following content: # Exclude ever