DragonFly commits List (threaded) for 2013-01
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
git: .gitignore: Remove build products from list
commit 0d9608ae1f399c7d32550fb302465ca1cd6454e4
Author: John Marino <draco@marino.st>
Date: Tue Jan 15 18:17:07 2013 +0100
.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
Summary of changes:
.gitignore | 19 +++++++++++++------
1 file changed, 13 insertions(+), 6 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/0d9608ae1f399c7d32550fb302465ca1cd6454e4
--
DragonFly BSD source repository
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]