Remove extraneous gitignore line.
commitc321c04c319dbd76a0fccfc77bcb051ae7c12da5
authorM. Eric Irrgang <ericirrgang@gmail.com>
Tue, 31 Jul 2018 15:03:58 +0000 (31 18:03 +0300)
committerMark Abraham <mark.j.abraham@gmail.com>
Wed, 1 Aug 2018 15:48:42 +0000 (1 17:48 +0200)
tree418fce0132b683ca40e37745d2f1c72144e68bbe
parent144d2cb9dbf33b4dc82dd356aabf5d493d30426b
Remove extraneous gitignore line.

The line for `#*` is a comment, but is not a useful one. It may
have been intended (and may be misread) to indicate temporary
files that start with `#`. Since no one has noticed for years that
it doesn't do that, I propose to remove the line. If someone finds
it appropriate to exclude files starting with a hash, they can add
a `\#*` line. If the line was a comment, then its meaning should
be explained in a separate change (potentially superceding this one).

Change-Id: Ice7f9b9bd11f3ac0360e567a744106a4a8ca1494
.gitignore