diff options
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 6bb759ee2..6f849bf38 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ cscope.out *.pyc *~ .*.swp +.*.swo m5out /src/doxygen /ext/dramsim2/DRAMSim2 @@ -18,3 +19,7 @@ m5out /util/tap/m5tap /util/term/m5term /system/arm/dt/*.dtb +/system/arm/simple_bootloader/*.o +/system/arm/simple_bootloader/boot.arm +/system/arm/simple_bootloader/boot_emm.arm +/system/arm/aarch64_bootloader/boot_emm.arm64 |