X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=.gitignore;h=6075ffe0b1805cb672be6346e25ba9d54dcd9ceb;hb=93b7aa1a4ece4f72024b63a07bea1c27b66cedcf;hp=08fd5064d8daf0c5858d4290274fdca4fa5fad8e;hpb=d7f18fa6fab4b9941f94066af5eaeb975dd7597e;p=gem5.git diff --git a/.gitignore b/.gitignore index 08fd5064d..6075ffe0b 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ cscope.out *.pyc *~ .*.swp +.*.swo m5out /src/doxygen /ext/dramsim2/DRAMSim2 @@ -13,3 +14,13 @@ m5out /util/m5/*.o /util/m5/*.a /util/m5/m5 +/util/packet_pb2.py +/util/tap/*.d +/util/tap/*.o +/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