I have a directory, in this directory I have many subdirectories. I want to track only 4 of them (I know they names).
Many people have access to the top directory, and some of them, sometimes are adding new subdirectories.
When I now list the status of the repo with the command
git status
I get a huge list of 'untracked' entries
How I can tell git, I'm only interested in the four directories I want to track ?