From ea818d6de32e1aa5feac21fda51977758a4138f1 Mon Sep 17 00:00:00 2001 From: pancake Date: Tue, 19 Sep 2023 18:05:09 +0200 Subject: [PATCH] Git hates object files, this way those are not removed all the time --- elf/{bfile.o => bfile_o} | Bin elf/{cfile.o => cfile_o} | Bin 2 files changed, 0 insertions(+), 0 deletions(-) rename elf/{bfile.o => bfile_o} (100%) rename elf/{cfile.o => cfile_o} (100%) diff --git a/elf/bfile.o b/elf/bfile_o similarity index 100% rename from elf/bfile.o rename to elf/bfile_o diff --git a/elf/cfile.o b/elf/cfile_o similarity index 100% rename from elf/cfile.o rename to elf/cfile_o