From 7e292050a21d3dd5076f70116ae95cc5200c40c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Tue, 10 Dec 2024 23:47:57 +0100 Subject: [PATCH] Drop checks for no longer used files --- .gitignore | 1 - Makefile | 1 - 2 files changed, 2 deletions(-) diff --git a/.gitignore b/.gitignore index 873cc56..7e0bac3 100644 --- a/.gitignore +++ b/.gitignore @@ -4,7 +4,6 @@ .obj/ build/ unicode/ -test262_*.txt .idea cmake-* .vs diff --git a/Makefile b/Makefile index baeafd0..ed60cb5 100644 --- a/Makefile +++ b/Makefile @@ -65,7 +65,6 @@ install: $(QJS) $(QJSC) cmake --build $(BUILD_DIR) --target install clean: - @rm -f v8.txt[1-9]* cmake --build $(BUILD_DIR) --target clean codegen: $(QJSC)