From 3fff6023602822531efdae30bc8ebf862967f1ef Mon Sep 17 00:00:00 2001 From: Friedrich Beckmann Date: Mon, 25 Jul 2022 17:55:39 +0200 Subject: Initial Commit --- VexRiscvSocSoftware/.gitignore | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 VexRiscvSocSoftware/.gitignore (limited to 'VexRiscvSocSoftware/.gitignore') diff --git a/VexRiscvSocSoftware/.gitignore b/VexRiscvSocSoftware/.gitignore new file mode 100644 index 0000000..ba2733e --- /dev/null +++ b/VexRiscvSocSoftware/.gitignore @@ -0,0 +1,13 @@ +*.o +*.elf +*.hex +*.bin +*.asm +*.map +*.v +*~ + +.cproject +.project +*.xml +*.d -- cgit v1.2.3