From a7625875fb4423f8a50c4956685ee2a0515d93ea Mon Sep 17 00:00:00 2001 From: Wander_lust Date: Mon, 8 Dec 2025 20:45:49 +0530 Subject: [PATCH] Clean up .gitignore by removing unnecessary entries Removed various file patterns from .gitignore. --- .gitignore | 55 +----------------------------------------------------- 1 file changed, 1 insertion(+), 54 deletions(-) diff --git a/.gitignore b/.gitignore index 845cda6..d7756c2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,55 +1,2 @@ -# Prerequisites -*.d - -# Object files +a.out *.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 - -# debug information files -*.dwo