From: Gustavo Martin Morcuende Date: Sun, 29 May 2016 13:15:44 +0000 (+0200) Subject: gitignore X-Git-Url: https://git.gumartinm.name/?a=commitdiff_plain;h=d0e0461eb0f2cd77f8d0d41084adba0395f4c7d9;p=CForFun.git gitignore --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f805e81 --- /dev/null +++ b/.gitignore @@ -0,0 +1,33 @@ +# Object files +*.o +*.ko +*.obj +*.elf + +# 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