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. --- .../debug/.fingerprint/uefi-27fb22ef14ae9f88/lib-uefi.json | 1 - 1 file changed, 1 deletion(-) delete mode 100644 bootloader/target/x86_64-unknown-uefi/debug/.fingerprint/uefi-27fb22ef14ae9f88/lib-uefi.json (limited to 'bootloader/target/x86_64-unknown-uefi/debug/.fingerprint/uefi-27fb22ef14ae9f88/lib-uefi.json') diff --git a/bootloader/target/x86_64-unknown-uefi/debug/.fingerprint/uefi-27fb22ef14ae9f88/lib-uefi.json b/bootloader/target/x86_64-unknown-uefi/debug/.fingerprint/uefi-27fb22ef14ae9f88/lib-uefi.json deleted file mode 100644 index 3a9e2a2..0000000 --- a/bootloader/target/x86_64-unknown-uefi/debug/.fingerprint/uefi-27fb22ef14ae9f88/lib-uefi.json +++ /dev/null @@ -1 +0,0 @@ -{"rustc":7458672600737419911,"features":"[\"default\", \"logger\", \"panic_handler\"]","declared_features":"[\"alloc\", \"default\", \"global_allocator\", \"log-debugcon\", \"logger\", \"panic_handler\", \"qemu\", \"unstable\"]","target":10452621129561726159,"profile":15657897354478470176,"path":5043642588108656151,"deps":[[802196266165645015,"ptr_meta",false,12705534201790030795],[2571033484697105782,"bitflags",false,7894583673084886336],[7667230146095136825,"cfg_if",false,1284284607848882087],[10228833267521190205,"ucs2",false,14031827990232847431],[10630857666389190470,"log",false,9902244530823675867],[10951177101263459452,"uefi_raw",false,5823712039550143887],[11672287824835469972,"uefi_macros",false,7064497697464439962],[17344837209478094759,"uguid",false,16528185412507108052]],"local":[{"CheckDepInfo":{"dep_info":"x86_64-unknown-uefi/debug/.fingerprint/uefi-27fb22ef14ae9f88/dep-lib-uefi","checksum":false}}],"rustflags":[],"config":8247474407144887393,"compile_kind":6676622701169626820} \ No newline at end of file -- cgit v1.2.3