From 0a0a1bebe19a2a4fde63aae9507701ec56b7c7d5 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sun, 19 Jul 2020 02:55:33 +0000 Subject: [PATCH] Ignore */conftest/*/build-output*.txt files git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@9057 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- iscsi-scst/conftest/.gitignore | 1 + srpt/Makefile | 12 ++++++++++++ srpt/conftest/.gitignore | 1 + 3 files changed, 14 insertions(+) create mode 100644 iscsi-scst/conftest/.gitignore create mode 100644 srpt/conftest/.gitignore diff --git a/iscsi-scst/conftest/.gitignore b/iscsi-scst/conftest/.gitignore new file mode 100644 index 000000000..8225d36dc --- /dev/null +++ b/iscsi-scst/conftest/.gitignore @@ -0,0 +1 @@ +*/*.txt diff --git a/srpt/Makefile b/srpt/Makefile index 1d2da90c1..76ebed58c 100644 --- a/srpt/Makefile +++ b/srpt/Makefile @@ -202,6 +202,12 @@ conftest/gid_change/result-$(KVER).txt: \ conftest/gid_change/Makefile echo "$(call run_conftest,gid_change,-DHAVE_IB_EVENT_GID_CHANGE)" >"$@" +conftest/ib_client_add_one/result-$(KVER).txt: \ + conftest/ib_client_add_one/ib_client_add_one.c \ + conftest/ib_client_add_one/Makefile + echo "$(call run_conftest,ib_client_add_one, \ + -DIB_CLIENT_ADD_ONE_RETURNS_INT)" >"$@" + conftest/ib_client_remove/result-$(KVER).txt: \ conftest/ib_client_remove/ib_client_remove.c \ conftest/ib_client_remove/Makefile @@ -275,6 +281,12 @@ conftest/rdma_query_gid/result-$(KVER).txt: \ conftest/rdma_query_gid/Makefile echo "$(call run_conftest_bool,rdma_query_gid,HAVE_RDMA_QUERY_GID)" >"$@" +conftest/rdma_reject/result-$(KVER).txt: \ + conftest/rdma_reject/rdma_reject.c \ + conftest/rdma_reject/Makefile + echo "$(call run_conftest,rdma_reject, \ + -DRDMA_REJECT_HAS_FOUR_ARGS)" >"$@" + conftest/register_mad_agent/result-$(KVER).txt: \ conftest/register_mad_agent/register_mad_agent.c \ conftest/register_mad_agent/Makefile diff --git a/srpt/conftest/.gitignore b/srpt/conftest/.gitignore new file mode 100644 index 000000000..8225d36dc --- /dev/null +++ b/srpt/conftest/.gitignore @@ -0,0 +1 @@ +*/*.txt