view .gitignore @ 14179:f1ab3ae29311

672 xargs doesn't support -0 3356 xargs needlessly duplicates stdio buffering Reviewed by: Prasad Joshi <prasadjoshi124@gmail.com> Reviewed by: Gary Mills <gary_mills@fastmail.fm> Approved by: Robert Mustacchi <rm@joyent.com>
author Garrett D'Amore <garrett@dey-sys.com>
date Tue, 27 Aug 2013 13:00:09 -0700
parents f63fe73094ce
children
line wrap: on
line source

# .gitignore for illumos checkouts.
# Note: this does not try to ignore all files in a fully built workspace.
# Rather, you are expected to "make clobber" before running "git status".
.make.state*
/log
/packages
/proto
/webrev
/usr/src/.build.tstamp
/usr/src/ELF-data.*
/usr/src/check-*.out
/usr/src/clobber-*.out
/usr/src/install-*.out
/usr/src/lint-*.out
/usr/src/lint-noise-*.out
/usr/src/lint-noise-*.ref
/usr/src/noise-*.out
/usr/src/noise-*.ref
/usr/src/tools/clobber-*.out
/usr/src/tools/install-*.out