.gitignore: Remove build products from list
authorJohn Marino <draco@marino.st>
Tue, 15 Jan 2013 17:17:07 +0000 (18:17 +0100)
committerJohn Marino <draco@marino.st>
Tue, 15 Jan 2013 17:17:07 +0000 (18:17 +0100)
commit0d9608ae1f399c7d32550fb302465ca1cd6454e4
tree851cece4c3188b762e91d105a8ded4091dd94e41
parentfc18d536e167227d9010b0ce3420f5d21aba5799
.gitignore: Remove build products from list

The following patterns were previously active.
They have been commented out because the system "make" will pick up build
products in the source tree causing strange build failures.  The benefit
of avoiding an accidental commit of a binary is quickly offset by the
liability of chasing build failures caused by "invisible" files.  This
has burned a few people already and even the source of bug reports.

*.[psS]o
!/contrib/nvi/docs/USD.doc/vi.ref/index.so
!/contrib/nvi/docs/USD.doc/vi.ref/ref.so
*.a
!/bin/csh/USD.doc/csh.a
*.o
.gitignore