diff options
author | Gordon Ross <gwr@nexenta.com> | 2015-04-07 23:38:06 -0400 |
---|---|---|
committer | Gordon Ross <gwr@nexenta.com> | 2015-04-09 00:59:14 -0400 |
commit | d83b1c5aac14e92e28d4a8f13d3dac53c6f2515f (patch) | |
tree | 8c27410dcff8a3d512d811e47e4fcd4de47530b4 /.gitignore | |
parent | 74cc13807eca094b5c58cfe8fa6e8d06cd1258cf (diff) | |
download | illumos-gfx-drm-d83b1c5aac14e92e28d4a8f13d3dac53c6f2515f.tar.gz |
re-sync with latest illumos Makefile.master etc.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8a29679 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +# .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* +/proto +/usr/src/TAGS +/usr/src/cscope.* + |