From dc4498a95ebc10d0e3e9c72a318bab5c6ff2d78c Mon Sep 17 00:00:00 2001 From: lemon Date: Tue, 9 Aug 2022 19:04:46 +0200 Subject: oops --- bootstrap/.gitignore | 3 ++- bootstrap/cff1 | Bin 22816 -> 0 bytes bootstrap/obj1/main.cff.o | Bin 5360 -> 0 bytes bootstrap/obj1/parse.cff.o | Bin 1256 -> 0 bytes bootstrap/obj1/util.cff.o | Bin 1256 -> 0 bytes 5 files changed, 2 insertions(+), 1 deletion(-) delete mode 100755 bootstrap/cff1 delete mode 100644 bootstrap/obj1/main.cff.o delete mode 100644 bootstrap/obj1/parse.cff.o delete mode 100644 bootstrap/obj1/util.cff.o (limited to 'bootstrap') diff --git a/bootstrap/.gitignore b/bootstrap/.gitignore index 0de93ae..7259ead 100644 --- a/bootstrap/.gitignore +++ b/bootstrap/.gitignore @@ -1,6 +1,7 @@ compile_commands.json a.out cff0 +cff1 .gdb_history .cache/ -obj0/ +obj1/ diff --git a/bootstrap/cff1 b/bootstrap/cff1 deleted file mode 100755 index 6a4b6ff..0000000 Binary files a/bootstrap/cff1 and /dev/null differ diff --git a/bootstrap/obj1/main.cff.o b/bootstrap/obj1/main.cff.o deleted file mode 100644 index 2210165..0000000 Binary files a/bootstrap/obj1/main.cff.o and /dev/null differ diff --git a/bootstrap/obj1/parse.cff.o b/bootstrap/obj1/parse.cff.o deleted file mode 100644 index 146ac8f..0000000 Binary files a/bootstrap/obj1/parse.cff.o and /dev/null differ diff --git a/bootstrap/obj1/util.cff.o b/bootstrap/obj1/util.cff.o deleted file mode 100644 index 146ac8f..0000000 Binary files a/bootstrap/obj1/util.cff.o and /dev/null differ -- cgit v1.2.3