From 0b694d89cefae8e8ca3422bbdbfbca4d5920ac4b Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Wed, 15 Apr 2015 12:56:54 -0300 Subject: initial structure --- .gitignore | 51 +++++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 43 insertions(+), 8 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 053ff52..1d340aa 100644 --- a/.gitignore +++ b/.gitignore @@ -1,14 +1,49 @@ -# http://www.gnu.org/software/automake +# Object files +*.o +*.ko -Makefile.in +# Libraries +*.lib +*.a -# http://www.gnu.org/software/autoconf +# Shared objects (inc. Windows DLLs) +*.dll +*.so +*.so.* +*.dylib -/autom4te.cache +# Executables +*.exe +*.out +*.app + +# Autotools +Makefile +Makefile.in +.deps +.libs +*.la +*.lo /aclocal.m4 -/compile /configure -/depcomp -/install-sh -/missing +/config.* +/autom4te.cache +/libtool /stamp-h1 +.dirstamp +/build-aux/* + +# installed .m4 files +/m4/*.m4 + +# blogc +/blogc + +# tests +/tests/check_utils + +# leg generated source +/src/template/parser-grammar.c + +# tarballs +blogc-*.tar.* -- cgit v1.2.3-18-g5258