On Mon, Mar 7, 2016 at 12:50 PM, Ольга Пшеничникова <nurbardag...@gmail.com>
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 folders)
> /z/
> !/a/a
>
> But it is very not nice looking and hard for maintenance...
>
​You might try:

*
!/a/a​


​I have something like that to exclude all files which don't have an
extension (executables generally):

*
!*.*​



-- 
A fail-safe circuit will destroy others. -- Klipstein

Maranatha! <><
John McKown

-- 
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/d/optout.

Reply via email to