From 13d23efb655657e4a4cd857b2da40790ab832a74 Mon Sep 17 00:00:00 2001 From: Brian Barrett Date: Thu, 9 Dec 2004 15:15:50 +0000 Subject: [PATCH] * ignore the elan ptl to save some build time * remove ignore on the bjs discovery / mapping code. It seems to work correctly * Fix up svn:ignore properties in the dynamic-mca directory This commit was SVN r3761. --- src/mca/llm/bjs/.ompi_unignore | 1 - src/mca/{llm/bjs => ptl/elan}/.ompi_ignore | 0 2 files changed, 1 deletion(-) delete mode 100644 src/mca/llm/bjs/.ompi_unignore rename src/mca/{llm/bjs => ptl/elan}/.ompi_ignore (100%) diff --git a/src/mca/llm/bjs/.ompi_unignore b/src/mca/llm/bjs/.ompi_unignore deleted file mode 100644 index 2299a9718a..0000000000 --- a/src/mca/llm/bjs/.ompi_unignore +++ /dev/null @@ -1 +0,0 @@ -brbarret diff --git a/src/mca/llm/bjs/.ompi_ignore b/src/mca/ptl/elan/.ompi_ignore similarity index 100% rename from src/mca/llm/bjs/.ompi_ignore rename to src/mca/ptl/elan/.ompi_ignore