.gitignore: Stop ignoring all dotfiles
commitab1ac7453069494fb498400cdcb319bc17520b59
authorJosh Triplett <josh@freedesktop.org>
Sun, 8 Jul 2007 19:24:30 +0000 (8 12:24 -0700)
committerJosh Triplett <josh@freedesktop.org>
Sun, 8 Jul 2007 19:24:41 +0000 (8 12:24 -0700)
tree43adfa466579332b2c24ba3b934367dec6908197
parent9b2f81d2e51534fb752c12bb8cf9f49db4f03c74
.gitignore: Stop ignoring all dotfiles

.gitignore contained an entry for .*, ignoring all dotfiles.  Among other
things, that ignores .gitignore, requiring git add -f.  Remove that entry.

Signed-off-by: Josh Triplett <josh@freedesktop.org>
.gitignore