From 7df62a07a710221bcd7e785ffa58edc5e23ecbfc Mon Sep 17 00:00:00 2001 From: Hektor Misplon Date: Thu, 7 May 2020 19:25:28 +0000 Subject: [PATCH] Update gitignore --- .suckless/dwm/.gitignore | 54 ++++++++++++++++++++++++++++++++++++++-- 1 file changed, 52 insertions(+), 2 deletions(-) diff --git a/.suckless/dwm/.gitignore b/.suckless/dwm/.gitignore index 0425270..c6127b3 100644 --- a/.suckless/dwm/.gitignore +++ b/.suckless/dwm/.gitignore @@ -1,2 +1,52 @@ -*.old/ -*.backup +# 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