diff options
| -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 |