Skip to content

Commit

Permalink
Drop checks for no longer used files
Browse files Browse the repository at this point in the history
  • Loading branch information
saghul committed Dec 13, 2024
1 parent 4b9d0eb commit 7e29205
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
.obj/
build/
unicode/
test262_*.txt
.idea
cmake-*
.vs
Expand Down
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 7e29205

Please sign in to comment.