From de5b9db42473801e83e93b35968c7cfc4b782e3a Mon Sep 17 00:00:00 2001 From: Tyge Løvset Date: Wed, 1 Jun 2022 16:46:06 +0200 Subject: Update .gitignore using a "standard" C config. --- .gitignore | 50 +++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 47 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 0c474fa5..5884e998 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,47 @@ -*.out -*.exe -stuff/* +# Folders +stuff/* +benchmarks/external/* + +# 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 -- cgit v1.2.3