From f35c4d31904f30221f0caf2cdeee488d42628c39 Mon Sep 17 00:00:00 2001 From: Luigi Pinca Date: Tue, 6 Jun 2023 18:22:18 +0200 Subject: [PATCH] test: ignore the copied entry_point.c MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add `test_cannot_run_js/entry_point.c` to `test/js-native-api/.gitignore`. PR-URL: https://github.com/nodejs/node/pull/48297 Reviewed-By: Tobias Nießen Reviewed-By: Gabriel Schulhof Reviewed-By: Joyee Cheung Reviewed-By: Darshan Sen Reviewed-By: LiviaMedeiros Reviewed-By: James M Snell --- test/js-native-api/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/test/js-native-api/.gitignore b/test/js-native-api/.gitignore index bde1cf3ab9662b..9e3a464bfea7c5 100644 --- a/test/js-native-api/.gitignore +++ b/test/js-native-api/.gitignore @@ -5,3 +5,4 @@ Makefile *.mk gyp-mac-tool /*/build +test_cannot_run_js/entry_point.c