From: Sergio Durigan Junior Date: Sat, 15 Mar 2014 20:06:56 +0000 (-0300) Subject: Adding .gitignore X-Git-Tag: v2014.1~4 X-Git-Url: http://git.cascardo.info/?p=cascardo%2Flibreceita.git;a=commitdiff_plain;h=55f9dc1851fb7a41844960ac5c0673f6c24dd408 Adding .gitignore This adds .gitignore and makes it ignore build system files (automatically generated) and object files generated by the compilation. --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c037aae --- /dev/null +++ b/.gitignore @@ -0,0 +1,14 @@ +# Build system files +.deps +Makefile +Makefile.in +aclocal.m4 +autom4te.cache +build-aux +config.log +config.status +configure + +# Object files +*.o +rnetclient