From 816f9b7cb300a7f3979b5f29b3677e84a3c28880 Mon Sep 17 00:00:00 2001 From: Vaze Date: Mon, 25 May 2026 10:25:45 +0200 Subject: Created a .gitignore to remove nasty build artifacts and created a Makefile.toml for cargo make to automate bootloader build process. --- .../.fingerprint/cfg-if-c6d826bb37e33bbd/dep-lib-cfg_if | Bin 14 -> 0 bytes .../.fingerprint/cfg-if-c6d826bb37e33bbd/invoked.timestamp | 1 - .../debug/.fingerprint/cfg-if-c6d826bb37e33bbd/lib-cfg_if | 1 - .../.fingerprint/cfg-if-c6d826bb37e33bbd/lib-cfg_if.json | 1 - 4 files changed, 3 deletions(-) delete mode 100644 bootloader/target/debug/.fingerprint/cfg-if-c6d826bb37e33bbd/dep-lib-cfg_if delete mode 100644 bootloader/target/debug/.fingerprint/cfg-if-c6d826bb37e33bbd/invoked.timestamp delete mode 100644 bootloader/target/debug/.fingerprint/cfg-if-c6d826bb37e33bbd/lib-cfg_if delete mode 100644 bootloader/target/debug/.fingerprint/cfg-if-c6d826bb37e33bbd/lib-cfg_if.json (limited to 'bootloader/target/debug/.fingerprint/cfg-if-c6d826bb37e33bbd') diff --git a/bootloader/target/debug/.fingerprint/cfg-if-c6d826bb37e33bbd/dep-lib-cfg_if b/bootloader/target/debug/.fingerprint/cfg-if-c6d826bb37e33bbd/dep-lib-cfg_if deleted file mode 100644 index ec3cb8b..0000000 Binary files a/bootloader/target/debug/.fingerprint/cfg-if-c6d826bb37e33bbd/dep-lib-cfg_if and /dev/null differ diff --git a/bootloader/target/debug/.fingerprint/cfg-if-c6d826bb37e33bbd/invoked.timestamp b/bootloader/target/debug/.fingerprint/cfg-if-c6d826bb37e33bbd/invoked.timestamp deleted file mode 100644 index e00328d..0000000 --- a/bootloader/target/debug/.fingerprint/cfg-if-c6d826bb37e33bbd/invoked.timestamp +++ /dev/null @@ -1 +0,0 @@ -This file has an mtime of when this was started. \ No newline at end of file diff --git a/bootloader/target/debug/.fingerprint/cfg-if-c6d826bb37e33bbd/lib-cfg_if b/bootloader/target/debug/.fingerprint/cfg-if-c6d826bb37e33bbd/lib-cfg_if deleted file mode 100644 index 5a90973..0000000 --- a/bootloader/target/debug/.fingerprint/cfg-if-c6d826bb37e33bbd/lib-cfg_if +++ /dev/null @@ -1 +0,0 @@ -39fd2ccd58a5a8f7 \ No newline at end of file diff --git a/bootloader/target/debug/.fingerprint/cfg-if-c6d826bb37e33bbd/lib-cfg_if.json b/bootloader/target/debug/.fingerprint/cfg-if-c6d826bb37e33bbd/lib-cfg_if.json deleted file mode 100644 index 75d6c09..0000000 --- a/bootloader/target/debug/.fingerprint/cfg-if-c6d826bb37e33bbd/lib-cfg_if.json +++ /dev/null @@ -1 +0,0 @@ -{"rustc":7458672600737419911,"features":"[]","declared_features":"[\"core\", \"rustc-dep-of-std\"]","target":13840298032947503755,"profile":2241668132362809309,"path":15025832895924268030,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/cfg-if-c6d826bb37e33bbd/dep-lib-cfg_if","checksum":false}}],"rustflags":[],"config":8247474407144887393,"compile_kind":0} \ No newline at end of file -- cgit v1.2.3