diff options
author | Gordon Ross <gwr@nexenta.com> | 2013-08-23 18:31:03 -0400 |
---|---|---|
committer | Gordon Ross <gwr@nexenta.com> | 2013-08-30 14:41:32 -0400 |
commit | b6805bf78d2bbbeeaea8909a05623587b42d58b3 (patch) | |
tree | 1ed4f5376932228adba6378d95bbea467bdea834 /.gitignore | |
parent | a9478106a12424322498e53cf7cd75bd8a4d6004 (diff) | |
download | illumos-joyent-b6805bf78d2bbbeeaea8909a05623587b42d58b3.tar.gz |
4072 make clobber leaves trash
Reviewed by: Albert Lee <trisk@nexenta.com>
Reviewed by: Dan McDonald <danmcd@nexenta.com>
Reviewed by: Marcel Telka <marcel.telka@nexenta.com>
Reviewed by: Richard Lowe <richlowe@richlowe.net>
Approved by: Garrett D'Amore <garrett@damore.org>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000..1c3b884ffc --- /dev/null +++ b/.gitignore @@ -0,0 +1,20 @@ +# .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 |