diff options
| author | 2022-08-09 19:04:46 +0200 | |
|---|---|---|
| committer | 2022-08-09 19:05:34 +0200 | |
| commit | dc4498a95ebc10d0e3e9c72a318bab5c6ff2d78c (patch) | |
| tree | 56107fd4a8fe1e31d5940a36505346648609a864 | |
| parent | 61cc8035ab70ff1bfe0091eed1ff1a3d4c6c9c7b (diff) | |
oops
| -rw-r--r-- | bootstrap/.gitignore | 3 | ||||
| -rwxr-xr-x | bootstrap/cff1 | bin | 22816 -> 0 bytes | |||
| -rw-r--r-- | bootstrap/obj1/main.cff.o | bin | 5360 -> 0 bytes | |||
| -rw-r--r-- | bootstrap/obj1/parse.cff.o | bin | 1256 -> 0 bytes | |||
| -rw-r--r-- | bootstrap/obj1/util.cff.o | bin | 1256 -> 0 bytes |
5 files changed, 2 insertions, 1 deletions
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 Binary files differdeleted file mode 100755 index 6a4b6ff..0000000 --- a/bootstrap/cff1 +++ /dev/null diff --git a/bootstrap/obj1/main.cff.o b/bootstrap/obj1/main.cff.o Binary files differdeleted file mode 100644 index 2210165..0000000 --- a/bootstrap/obj1/main.cff.o +++ /dev/null diff --git a/bootstrap/obj1/parse.cff.o b/bootstrap/obj1/parse.cff.o Binary files differdeleted file mode 100644 index 146ac8f..0000000 --- a/bootstrap/obj1/parse.cff.o +++ /dev/null diff --git a/bootstrap/obj1/util.cff.o b/bootstrap/obj1/util.cff.o Binary files differdeleted file mode 100644 index 146ac8f..0000000 --- a/bootstrap/obj1/util.cff.o +++ /dev/null |