From 6084acb880db2a596eda7ec6fe594564cd5bdcf2 Mon Sep 17 00:00:00 2001 From: Jonah Graham Date: Tue, 6 Oct 2020 11:33:48 -0400 Subject: [PATCH] [releng] Exclude Makefiles from compare-and-replace check for DAP The generated elf file is still checked, but the makefiles are auto- generated and have full path names in them, meaning that different Jenkins jobs (with different workspace paths) cause a difference. Change-Id: Iaa2eab80ba4b116c06ff1f765160a8580c0dafff --- debug/org.eclipse.cdt.debug.dap/pom.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/debug/org.eclipse.cdt.debug.dap/pom.xml b/debug/org.eclipse.cdt.debug.dap/pom.xml index 595f9a3c92d..7ef7f3a0cda 100644 --- a/debug/org.eclipse.cdt.debug.dap/pom.xml +++ b/debug/org.eclipse.cdt.debug.dap/pom.xml @@ -38,6 +38,21 @@ + + org.eclipse.tycho + tycho-p2-plugin + + + META-INF/ECLIPSE_.RSA + META-INF/ECLIPSE_.SF + about.mappings + debug-servers/node_modules/cdt-gdb-adapter/build/Makefile + debug-servers/node_modules/cdt-gdb-adapter/build/pty.target.mk + debug-servers/node_modules/cdt-gdb-adapter/build/Release/.deps/Release/obj.target/pty/src/native/pty.o.d + + + +