diff options
author | Robert Mustacchi <rm@joyent.com> | 2014-03-19 23:42:17 +0000 |
---|---|---|
committer | Robert Mustacchi <rm@joyent.com> | 2014-03-20 00:18:37 +0000 |
commit | ad740f5f23aca9052a27984d4912ec9379c611bf (patch) | |
tree | 6d400a11a3ebd39f0461e968c22a7b7ddf136827 /.gitignore | |
parent | fcf3046eb3c7c79a2695dc54a8bb82f42de4d25e (diff) | |
download | illumos-joyent-ad740f5f23aca9052a27984d4912ec9379c611bf.tar.gz |
OS-2800 Project Bardiche
OS-2784 want sdev plugin interface
OS-2783 want generalized squeues
OS-2785 ipf should be able to hook kvm nics
OS-2782 want /dev/net/zone/%zonename/%datalink
OS-610 snoop and libdlpi should be able to consume /dev/net/zone/%zonename
OS-2786 .gitignore should include debug object directories
OS-2781 dlpi promisc modes should be able to be RX-only
OS-2780 Want dlpi primitive DL_EXCLUSIVE_REQ
OS-2779 Makefile.man should take care of directory creation
OS-2778 dls_promisc doesn't properly handle all transitions
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 2b182e6db5..455d5238fa 100644 --- a/.gitignore +++ b/.gitignore @@ -88,6 +88,8 @@ usr/src/cmd/allocate/sr0 usr/src/cmd/allocate/st0 obj32 obj64 +debug32 +debug64 usr/src/cmd/allocate/st1 usr/src/cmd/allocate/st_clean usr/src/cmd/amt/amd64/amt |