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)