From 90d4722be0f8eebf02f30f49461123ddb9ac1837 Mon Sep 17 00:00:00 2001 From: Brian Cline Date: Sun, 25 Jan 2015 18:43:07 -0600 Subject: [PATCH] Updates .gitignore with typical C entries --- .gitignore | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/.gitignore b/.gitignore index 6ac6e52..3098152 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,33 @@ +# From original .csvignore Sources/version.c Sources/cksum + +# 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