git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* How to include just some subdirectory excluding all envelop tree
@ 2016-03-07 19:01 Olga Pshenichnikova
  2016-03-07 21:06 ` Kevin Daudt
  0 siblings, 1 reply; 3+ messages in thread
From: Olga Pshenichnikova @ 2016-03-07 19:01 UTC (permalink / raw)
  To: git

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-03-07 21:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-07 19:01 How to include just some subdirectory excluding all envelop tree Olga Pshenichnikova
2016-03-07 21:06 ` Kevin Daudt
2016-03-07 21:14   ` Olga Pshenichnikova

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).