[git-users] Re: some questions about gitignore

2016-12-15 Thread Xia Hong
ries_(trailing slash) at any level (**/ > ) > > > The use of the ** code causes much confusion. > > I have not tested it. > This is case sensitive. so you may need [Dd] to cover Data and data. > -- > Philip > > On Thursday, December 15, 2016 at 8:15:53 AM UTC, Xia Hong wrote:

[git-users] Re: some questions about gitignore

2016-12-15 Thread Xia Hong
/* *data* !/data !/model is this OK? 在 2016年12月15日星期四 UTC+8上午2:23:30,Xia Hong写道: > > Hi , ALL > I don't understand .gitignore well, how should i make it? > > my git version is 1.8.3.1 > > 1. "Trailing spaces are ignored unless they are quoted with backslash (

Re: [git-users] some questions about gitignore

2016-12-14 Thread Xia Hong
-- > > Philip > > - Original Message - > *From:* Xia Hong > *To:* Git for human beings > *Sent:* Wednesday, December 14, 2016 6:23 PM > *Subject:* [git-users] some questions about gitignore > > Hi , ALL > I don't understand .gitignore well, how should

[git-users] some questions about gitignore

2016-12-14 Thread Xia Hong
Hi , ALL I don't understand .gitignore well, how should i make it? my git version is 1.8.3.1 1. "Trailing spaces are ignored unless they are quoted with backslash ("\")." seem not always work. *end '/' with or without t**railing spaces will be differnet, in my test.* 2. in my opinion, why