From 46bee50e45ef8f3e9f3727649fa24d50bb2fc782 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Fri, 28 Aug 2015 16:44:04 +0800 Subject: complate list of gitignores and licenses --- conf/gitignore/C | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'conf/gitignore/C') diff --git a/conf/gitignore/C b/conf/gitignore/C index 9fa3b1bf7d..bbf313b259 100644 --- a/conf/gitignore/C +++ b/conf/gitignore/C @@ -1,10 +1,18 @@ # Object files *.o *.ko +*.obj +*.elf + +# Precompiled Headers +*.gch +*.pch # Libraries *.lib *.a +*.la +*.lo # Shared objects (inc. Windows DLLs) *.dll @@ -16,3 +24,9 @@ *.exe *.out *.app +*.i*86 +*.x86_64 +*.hex + +# Debug files +*.dSYM/ -- cgit v1.2.3