Re: [git-users] How to include just some subdirectory excluding all tree

2016-03-07 Thread John McKown
On Mon, Mar 7, 2016 at 12:50 PM, Ольга Пшеничникова wrote: > I have some tree structure: > > /a > /a/a > /a/b > .. > /a/z > /b > .. (thousands of folders) > /z > > How can I control just /a/a folder? > What exclude file should be? > The way we use now is: > > /a/* > /b/ > .. (thousands of folder

[git-users] How to include just some subdirectory excluding all tree

2016-03-07 Thread Ольга Пшеничникова
I have some tree structure: /a /a/a /a/b .. /a/z /b .. (thousands of folders) /z How can I control just /a/a folder? What exclude file should be? The way we use now is: /a/* /b/ .. (thousands of folders) /z/ !/a/a But it is very not nice looking and hard for mainten