logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git
commit: c6ed3cdf1013f3bcea149e860499187b19c49940
parent 6cc56f3f8cdde03ee76ed51942de5ffe8d59150c
Author: Nick Brassel <nick@tzarc.org>
Date:   Fri, 12 Jan 2024 23:08:11 +1100

Add more unwanted compilation output files to `.gitignore`. (#22894)


Diffstat:

M.gitignore5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore @@ -18,6 +18,11 @@ *.lst *.map *.o +*.a +*.so +*.dylib +*.dll +*.la *.stackdump *.sym