From 30fda45ffe7d58663f052a0a1dc99a2eb8cc2f65 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 873cc568f..7e0bac328 100644 --- a/.gitignore +++ b/.gitignore @@ -4,7 +4,6 @@ .obj/ build/ unicode/ -test262_*.txt .idea cmake-* .vs diff --git a/Makefile b/Makefile index baeafd0eb..ed60cb5d5 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)