Improve .gitignore rules.
authorZachary T Welch <zw@superlucidity.net>
Sat, 24 Oct 2009 10:05:41 +0000 (03:05 -0700)
committerZachary T Welch <zw@superlucidity.net>
Wed, 28 Oct 2009 06:20:24 +0000 (23:20 -0700)
commit89c1bea9310c5ecfe09ba3b544240556160cfbec
treec6968d0fd8e24d1f45bdb6757dcf5effbc4f70cf
parent76afa936ba4bfa5a5780dbad562c6637c252524b
Improve .gitignore rules.

A '.*' rule prevents the 'git submodule add' from correctly adding the
first submodule, because it creates the .gitmodule file.  This file will
not be added (without -f) result in incomplete submodule commits.
The new rules mask the specific files present in my own build tree, but
additional rules may be needed to hide other types of temporary files.
.gitignore