On Mon, Oct 12, 2009 at 5:37 PM, Daniele Segato [off-list ref] wrote:
can I have a git report of $HOME/.* (without . and ..)? (all user
setting)
Or better: provide a list of directory under $HOME I want to track
Instead of providing the list of directory I want to ignore i would like
to provide the list of the directory and files I want to track :)
You can probably do pretty much anything you want by twiddling with
options in .gitignore. You should be able to add "don't ignore" names
by starting them with !, iirc.
Avery