Skip to content

Commit 7e29205

Browse files
committed
Drop checks for no longer used files
1 parent 4b9d0eb commit 7e29205

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
.obj/
55
build/
66
unicode/
7-
test262_*.txt
87
.idea
98
cmake-*
109
.vs

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ install: $(QJS) $(QJSC)
6565
cmake --build $(BUILD_DIR) --target install
6666

6767
clean:
68-
@rm -f v8.txt[1-9]*
6968
cmake --build $(BUILD_DIR) --target clean
7069

7170
codegen: $(QJSC)

0 commit comments

Comments
 (0)