diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 9d23e665a..e4fefbe71 100644 --- a/.gitignore +++ b/.gitignore @@ -25,5 +25,6 @@ m5out /system/arm/simple_bootloader/boot.arm /system/arm/simple_bootloader/boot_emm.arm /system/arm/aarch64_bootloader/*.o +/system/arm/aarch64_bootloader/boot.arm64 /system/arm/aarch64_bootloader/boot_emm.arm64 -/system/arm/aarch64_bootloader/boot_emm_v2.arm64 +/system/arm/aarch64_bootloader/boot_v2.arm64 |