From a2e78ad621cda8003aad15495d1cddf07526f3c0 Mon Sep 17 00:00:00 2001 From: Steins7 Date: Sun, 22 Sep 2024 17:26:06 +0200 Subject: [PATCH] Simplify .gitignore Build system puts everything in bin folder so we don't need individual rules and can simply ignore the whole folder --- .gitignore | 53 ++--------------------------------------------------- 1 file changed, 2 insertions(+), 51 deletions(-) diff --git a/.gitignore b/.gitignore index 498ae10..010ee98 100644 --- a/.gitignore +++ b/.gitignore @@ -1,56 +1,7 @@ # ---> C -# Prerequisites -*.d -# Object files -*.o -*.ko -*.obj -*.elf - -# Linker output -*.ilk -*.map -*.exp - -# Precompiled Headers -*.gch -*.pch - -# Libraries -*.lib -*.a -*.la -*.lo - -# Shared objects (inc. Windows DLLs) -*.dll -*.so -*.so.* -*.dylib - -# Executables -*.exe -*.out -*.app -*.i*86 -*.x86_64 -*.hex - -# Debug files -*.dSYM/ -*.su -*.idb -*.pdb - -# Kernel Module Compile Results -*.mod* -*.cmd -.tmp_versions/ -modules.order -Module.symvers -Mkfile.old -dkms.conf +# Output folder +bin # Ctag files tags