test: optimize unit test .gitignore files
Just add a single .gitignore file in test/unit that covers *_ut. That allows us to eliminate 100 .gitignore files in the test/unit directory hierarchy. Signed-off-by: Jim Harris <james.r.harris@intel.com> Change-Id: Ia190587b4d5c6f1847471be27550cbfb843dc01e Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/9235 Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com> Community-CI: Mellanox Build Bot Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Changpeng Liu <changpeng.liu@intel.com> Reviewed-by: Aleksey Marchuk <alexeymar@mellanox.com>
This commit is contained in:
parent
801bce0d33
commit
1763a126cc
1
test/unit/.gitignore
vendored
Normal file
1
test/unit/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
*_ut
|
@ -1 +0,0 @@
|
||||
histogram_ut
|
1
test/unit/lib/accel/accel.c/.gitignore
vendored
1
test/unit/lib/accel/accel.c/.gitignore
vendored
@ -1 +0,0 @@
|
||||
accel_engine_ut
|
1
test/unit/lib/bdev/bdev.c/.gitignore
vendored
1
test/unit/lib/bdev/bdev.c/.gitignore
vendored
@ -1 +0,0 @@
|
||||
bdev_ut
|
1
test/unit/lib/bdev/bdev_zone.c/.gitignore
vendored
1
test/unit/lib/bdev/bdev_zone.c/.gitignore
vendored
@ -1 +0,0 @@
|
||||
bdev_zone_ut
|
1
test/unit/lib/bdev/compress.c/.gitignore
vendored
1
test/unit/lib/bdev/compress.c/.gitignore
vendored
@ -1 +0,0 @@
|
||||
compress_ut
|
1
test/unit/lib/bdev/crypto.c/.gitignore
vendored
1
test/unit/lib/bdev/crypto.c/.gitignore
vendored
@ -1 +0,0 @@
|
||||
crypto_ut
|
1
test/unit/lib/bdev/gpt/gpt.c/.gitignore
vendored
1
test/unit/lib/bdev/gpt/gpt.c/.gitignore
vendored
@ -1 +0,0 @@
|
||||
gpt_ut
|
1
test/unit/lib/bdev/mt/bdev.c/.gitignore
vendored
1
test/unit/lib/bdev/mt/bdev.c/.gitignore
vendored
@ -1 +0,0 @@
|
||||
bdev_ut
|
@ -1 +0,0 @@
|
||||
bdev_nvme_ut
|
@ -1 +0,0 @@
|
||||
bdev_ocssd_ut
|
1
test/unit/lib/bdev/part.c/.gitignore
vendored
1
test/unit/lib/bdev/part.c/.gitignore
vendored
@ -1 +0,0 @@
|
||||
part_ut
|
1
test/unit/lib/bdev/pmem/.gitignore
vendored
1
test/unit/lib/bdev/pmem/.gitignore
vendored
@ -1 +0,0 @@
|
||||
bdev_pmem_ut
|
@ -1 +0,0 @@
|
||||
bdev_raid_ut
|
1
test/unit/lib/bdev/raid/raid5.c/.gitignore
vendored
1
test/unit/lib/bdev/raid/raid5.c/.gitignore
vendored
@ -1 +0,0 @@
|
||||
raid5_ut
|
1
test/unit/lib/bdev/scsi_nvme.c/.gitignore
vendored
1
test/unit/lib/bdev/scsi_nvme.c/.gitignore
vendored
@ -1 +0,0 @@
|
||||
scsi_nvme_ut
|
1
test/unit/lib/bdev/vbdev_lvol.c/.gitignore
vendored
1
test/unit/lib/bdev/vbdev_lvol.c/.gitignore
vendored
@ -1 +0,0 @@
|
||||
vbdev_lvol_ut
|
@ -1 +0,0 @@
|
||||
vbdev_zone_block_ut
|
1
test/unit/lib/blob/blob.c/.gitignore
vendored
1
test/unit/lib/blob/blob.c/.gitignore
vendored
@ -1 +0,0 @@
|
||||
blob_ut
|
@ -1 +0,0 @@
|
||||
blobfs_async_ut
|
@ -1 +0,0 @@
|
||||
blobfs_bdev_ut
|
@ -1 +0,0 @@
|
||||
blobfs_sync_ut
|
1
test/unit/lib/blobfs/tree.c/.gitignore
vendored
1
test/unit/lib/blobfs/tree.c/.gitignore
vendored
@ -1 +0,0 @@
|
||||
tree_ut
|
@ -1 +0,0 @@
|
||||
pci_event_ut
|
1
test/unit/lib/event/app.c/.gitignore
vendored
1
test/unit/lib/event/app.c/.gitignore
vendored
@ -1 +0,0 @@
|
||||
app_ut
|
1
test/unit/lib/event/reactor.c/.gitignore
vendored
1
test/unit/lib/event/reactor.c/.gitignore
vendored
@ -1 +0,0 @@
|
||||
reactor_ut
|
1
test/unit/lib/ftl/ftl_band.c/.gitignore
vendored
1
test/unit/lib/ftl/ftl_band.c/.gitignore
vendored
@ -1 +0,0 @@
|
||||
ftl_band_ut
|
1
test/unit/lib/ftl/ftl_io.c/.gitignore
vendored
1
test/unit/lib/ftl/ftl_io.c/.gitignore
vendored
@ -1 +0,0 @@
|
||||
ftl_io_ut
|
1
test/unit/lib/ftl/ftl_md/.gitignore
vendored
1
test/unit/lib/ftl/ftl_md/.gitignore
vendored
@ -1 +0,0 @@
|
||||
ftl_md_ut
|
1
test/unit/lib/ftl/ftl_ppa/.gitignore
vendored
1
test/unit/lib/ftl/ftl_ppa/.gitignore
vendored
@ -1 +0,0 @@
|
||||
ftl_ppa_ut
|
1
test/unit/lib/ftl/ftl_reloc.c/.gitignore
vendored
1
test/unit/lib/ftl/ftl_reloc.c/.gitignore
vendored
@ -1 +0,0 @@
|
||||
ftl_reloc_ut
|
1
test/unit/lib/ftl/ftl_wptr/.gitignore
vendored
1
test/unit/lib/ftl/ftl_wptr/.gitignore
vendored
@ -1 +0,0 @@
|
||||
ftl_wptr_ut
|
1
test/unit/lib/idxd/idxd.c/.gitignore
vendored
1
test/unit/lib/idxd/idxd.c/.gitignore
vendored
@ -1 +0,0 @@
|
||||
idxd_ut
|
1
test/unit/lib/idxd/idxd_kernel.c/.gitignore
vendored
1
test/unit/lib/idxd/idxd_kernel.c/.gitignore
vendored
@ -1 +0,0 @@
|
||||
idxd_kernel_ut
|
1
test/unit/lib/idxd/idxd_user.c/.gitignore
vendored
1
test/unit/lib/idxd/idxd_user.c/.gitignore
vendored
@ -1 +0,0 @@
|
||||
idxd_user_ut
|
1
test/unit/lib/init/subsystem.c/.gitignore
vendored
1
test/unit/lib/init/subsystem.c/.gitignore
vendored
@ -1 +0,0 @@
|
||||
subsystem_ut
|
1
test/unit/lib/ioat/ioat.c/.gitignore
vendored
1
test/unit/lib/ioat/ioat.c/.gitignore
vendored
@ -1 +0,0 @@
|
||||
ioat_ut
|
1
test/unit/lib/iscsi/conn.c/.gitignore
vendored
1
test/unit/lib/iscsi/conn.c/.gitignore
vendored
@ -1 +0,0 @@
|
||||
conn_ut
|
1
test/unit/lib/iscsi/init_grp.c/.gitignore
vendored
1
test/unit/lib/iscsi/init_grp.c/.gitignore
vendored
@ -1 +0,0 @@
|
||||
init_grp_ut
|
1
test/unit/lib/iscsi/iscsi.c/.gitignore
vendored
1
test/unit/lib/iscsi/iscsi.c/.gitignore
vendored
@ -1 +0,0 @@
|
||||
iscsi_ut
|
1
test/unit/lib/iscsi/param.c/.gitignore
vendored
1
test/unit/lib/iscsi/param.c/.gitignore
vendored
@ -1 +0,0 @@
|
||||
param_ut
|
1
test/unit/lib/iscsi/portal_grp.c/.gitignore
vendored
1
test/unit/lib/iscsi/portal_grp.c/.gitignore
vendored
@ -1 +0,0 @@
|
||||
portal_grp_ut
|
1
test/unit/lib/iscsi/tgt_node.c/.gitignore
vendored
1
test/unit/lib/iscsi/tgt_node.c/.gitignore
vendored
@ -1 +0,0 @@
|
||||
tgt_node_ut
|
1
test/unit/lib/json/json_parse.c/.gitignore
vendored
1
test/unit/lib/json/json_parse.c/.gitignore
vendored
@ -1 +0,0 @@
|
||||
json_parse_ut
|
1
test/unit/lib/json/json_util.c/.gitignore
vendored
1
test/unit/lib/json/json_util.c/.gitignore
vendored
@ -1 +0,0 @@
|
||||
json_util_ut
|
1
test/unit/lib/json/json_write.c/.gitignore
vendored
1
test/unit/lib/json/json_write.c/.gitignore
vendored
@ -1 +0,0 @@
|
||||
json_write_ut
|
@ -1 +0,0 @@
|
||||
jsonrpc_server_ut
|
1
test/unit/lib/log/log.c/.gitignore
vendored
1
test/unit/lib/log/log.c/.gitignore
vendored
@ -1 +0,0 @@
|
||||
log_ut
|
1
test/unit/lib/lvol/lvol.c/.gitignore
vendored
1
test/unit/lib/lvol/lvol.c/.gitignore
vendored
@ -1 +0,0 @@
|
||||
lvol_ut
|
1
test/unit/lib/notify/notify.c/.gitignore
vendored
1
test/unit/lib/notify/notify.c/.gitignore
vendored
@ -1 +0,0 @@
|
||||
notify_ut
|
1
test/unit/lib/nvme/nvme.c/.gitignore
vendored
1
test/unit/lib/nvme/nvme.c/.gitignore
vendored
@ -1 +0,0 @@
|
||||
nvme_ut
|
1
test/unit/lib/nvme/nvme_ctrlr.c/.gitignore
vendored
1
test/unit/lib/nvme/nvme_ctrlr.c/.gitignore
vendored
@ -1 +0,0 @@
|
||||
nvme_ctrlr_ut
|
@ -1 +0,0 @@
|
||||
nvme_ctrlr_cmd_ut
|
@ -1 +0,0 @@
|
||||
nvme_ctrlr_ocssd_cmd_ut
|
1
test/unit/lib/nvme/nvme_cuse.c/.gitignore
vendored
1
test/unit/lib/nvme/nvme_cuse.c/.gitignore
vendored
@ -1 +0,0 @@
|
||||
nvme_cuse_ut
|
1
test/unit/lib/nvme/nvme_fabric.c/.gitignore
vendored
1
test/unit/lib/nvme/nvme_fabric.c/.gitignore
vendored
@ -1 +0,0 @@
|
||||
nvme_fabric_ut
|
1
test/unit/lib/nvme/nvme_io_msg.c/.gitignore
vendored
1
test/unit/lib/nvme/nvme_io_msg.c/.gitignore
vendored
@ -1 +0,0 @@
|
||||
nvme_io_msg_ut
|
1
test/unit/lib/nvme/nvme_ns.c/.gitignore
vendored
1
test/unit/lib/nvme/nvme_ns.c/.gitignore
vendored
@ -1 +0,0 @@
|
||||
nvme_ns_ut
|
1
test/unit/lib/nvme/nvme_ns_cmd.c/.gitignore
vendored
1
test/unit/lib/nvme/nvme_ns_cmd.c/.gitignore
vendored
@ -1 +0,0 @@
|
||||
nvme_ns_cmd_ut
|
@ -1 +0,0 @@
|
||||
nvme_ns_ocssd_cmd_ut
|
1
test/unit/lib/nvme/nvme_opal.c/.gitignore
vendored
1
test/unit/lib/nvme/nvme_opal.c/.gitignore
vendored
@ -1 +0,0 @@
|
||||
nvme_opal_ut
|
1
test/unit/lib/nvme/nvme_pcie.c/.gitignore
vendored
1
test/unit/lib/nvme/nvme_pcie.c/.gitignore
vendored
@ -1 +0,0 @@
|
||||
nvme_pcie_ut
|
@ -1 +0,0 @@
|
||||
nvme_pcie_common_ut
|
@ -1 +0,0 @@
|
||||
nvme_poll_group_ut
|
1
test/unit/lib/nvme/nvme_qpair.c/.gitignore
vendored
1
test/unit/lib/nvme/nvme_qpair.c/.gitignore
vendored
@ -1 +0,0 @@
|
||||
nvme_qpair_ut
|
1
test/unit/lib/nvme/nvme_quirks.c/.gitignore
vendored
1
test/unit/lib/nvme/nvme_quirks.c/.gitignore
vendored
@ -1 +0,0 @@
|
||||
nvme_quirks_ut
|
1
test/unit/lib/nvme/nvme_rdma.c/.gitignore
vendored
1
test/unit/lib/nvme/nvme_rdma.c/.gitignore
vendored
@ -1 +0,0 @@
|
||||
nvme_rdma_ut
|
1
test/unit/lib/nvme/nvme_tcp.c/.gitignore
vendored
1
test/unit/lib/nvme/nvme_tcp.c/.gitignore
vendored
@ -1 +0,0 @@
|
||||
nvme_tcp_ut
|
@ -1 +0,0 @@
|
||||
nvme_transport_ut
|
1
test/unit/lib/nvmf/ctrlr.c/.gitignore
vendored
1
test/unit/lib/nvmf/ctrlr.c/.gitignore
vendored
@ -1 +0,0 @@
|
||||
ctrlr_ut
|
1
test/unit/lib/nvmf/ctrlr_bdev.c/.gitignore
vendored
1
test/unit/lib/nvmf/ctrlr_bdev.c/.gitignore
vendored
@ -1 +0,0 @@
|
||||
ctrlr_bdev_ut
|
@ -1 +0,0 @@
|
||||
ctrlr_discovery_ut
|
1
test/unit/lib/nvmf/fc.c/.gitignore
vendored
1
test/unit/lib/nvmf/fc.c/.gitignore
vendored
@ -1 +0,0 @@
|
||||
fc_ut
|
1
test/unit/lib/nvmf/fc_ls.c/.gitignore
vendored
1
test/unit/lib/nvmf/fc_ls.c/.gitignore
vendored
@ -1 +0,0 @@
|
||||
fc_ls_ut
|
1
test/unit/lib/nvmf/nvmf.c/.gitignore
vendored
1
test/unit/lib/nvmf/nvmf.c/.gitignore
vendored
@ -1 +0,0 @@
|
||||
nvmf_ut
|
1
test/unit/lib/nvmf/rdma.c/.gitignore
vendored
1
test/unit/lib/nvmf/rdma.c/.gitignore
vendored
@ -1 +0,0 @@
|
||||
rdma_ut
|
1
test/unit/lib/nvmf/subsystem.c/.gitignore
vendored
1
test/unit/lib/nvmf/subsystem.c/.gitignore
vendored
@ -1 +0,0 @@
|
||||
subsystem_ut
|
1
test/unit/lib/nvmf/tcp.c/.gitignore
vendored
1
test/unit/lib/nvmf/tcp.c/.gitignore
vendored
@ -1 +0,0 @@
|
||||
tcp_ut
|
1
test/unit/lib/nvmf/vfio_user.c/.gitignore
vendored
1
test/unit/lib/nvmf/vfio_user.c/.gitignore
vendored
@ -1 +0,0 @@
|
||||
vfio_user_ut
|
1
test/unit/lib/reduce/reduce.c/.gitignore
vendored
1
test/unit/lib/reduce/reduce.c/.gitignore
vendored
@ -1 +0,0 @@
|
||||
reduce_ut
|
1
test/unit/lib/scsi/dev.c/.gitignore
vendored
1
test/unit/lib/scsi/dev.c/.gitignore
vendored
@ -1 +0,0 @@
|
||||
dev_ut
|
1
test/unit/lib/scsi/lun.c/.gitignore
vendored
1
test/unit/lib/scsi/lun.c/.gitignore
vendored
@ -1 +0,0 @@
|
||||
lun_ut
|
1
test/unit/lib/scsi/scsi.c/.gitignore
vendored
1
test/unit/lib/scsi/scsi.c/.gitignore
vendored
@ -1 +0,0 @@
|
||||
scsi_ut
|
1
test/unit/lib/scsi/scsi_bdev.c/.gitignore
vendored
1
test/unit/lib/scsi/scsi_bdev.c/.gitignore
vendored
@ -1 +0,0 @@
|
||||
scsi_bdev_ut
|
1
test/unit/lib/scsi/scsi_pr.c/.gitignore
vendored
1
test/unit/lib/scsi/scsi_pr.c/.gitignore
vendored
@ -1 +0,0 @@
|
||||
scsi_pr_ut
|
1
test/unit/lib/sock/posix.c/.gitignore
vendored
1
test/unit/lib/sock/posix.c/.gitignore
vendored
@ -1 +0,0 @@
|
||||
posix_ut
|
1
test/unit/lib/sock/sock.c/.gitignore
vendored
1
test/unit/lib/sock/sock.c/.gitignore
vendored
@ -1 +0,0 @@
|
||||
sock_ut
|
1
test/unit/lib/sock/uring.c/.gitignore
vendored
1
test/unit/lib/sock/uring.c/.gitignore
vendored
@ -1 +0,0 @@
|
||||
uring_ut
|
1
test/unit/lib/thread/thread.c/.gitignore
vendored
1
test/unit/lib/thread/thread.c/.gitignore
vendored
@ -1 +0,0 @@
|
||||
thread_ut
|
1
test/unit/lib/util/base64.c/.gitignore
vendored
1
test/unit/lib/util/base64.c/.gitignore
vendored
@ -1 +0,0 @@
|
||||
base64_ut
|
1
test/unit/lib/util/bit_array.c/.gitignore
vendored
1
test/unit/lib/util/bit_array.c/.gitignore
vendored
@ -1 +0,0 @@
|
||||
bit_array_ut
|
1
test/unit/lib/util/cpuset.c/.gitignore
vendored
1
test/unit/lib/util/cpuset.c/.gitignore
vendored
@ -1 +0,0 @@
|
||||
cpuset_ut
|
1
test/unit/lib/util/crc16.c/.gitignore
vendored
1
test/unit/lib/util/crc16.c/.gitignore
vendored
@ -1 +0,0 @@
|
||||
crc16_ut
|
1
test/unit/lib/util/crc32_ieee.c/.gitignore
vendored
1
test/unit/lib/util/crc32_ieee.c/.gitignore
vendored
@ -1 +0,0 @@
|
||||
crc32_ieee_ut
|
1
test/unit/lib/util/crc32c.c/.gitignore
vendored
1
test/unit/lib/util/crc32c.c/.gitignore
vendored
@ -1 +0,0 @@
|
||||
crc32c_ut
|
1
test/unit/lib/util/dif.c/.gitignore
vendored
1
test/unit/lib/util/dif.c/.gitignore
vendored
@ -1 +0,0 @@
|
||||
dif_ut
|
1
test/unit/lib/util/iov.c/.gitignore
vendored
1
test/unit/lib/util/iov.c/.gitignore
vendored
@ -1 +0,0 @@
|
||||
iov_ut
|
1
test/unit/lib/util/math.c/.gitignore
vendored
1
test/unit/lib/util/math.c/.gitignore
vendored
@ -1 +0,0 @@
|
||||
math_ut
|
1
test/unit/lib/util/pipe.c/.gitignore
vendored
1
test/unit/lib/util/pipe.c/.gitignore
vendored
@ -1 +0,0 @@
|
||||
pipe_ut
|
1
test/unit/lib/util/string.c/.gitignore
vendored
1
test/unit/lib/util/string.c/.gitignore
vendored
@ -1 +0,0 @@
|
||||
string_ut
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user