From 24c9e6adc7878270cb2e6601497e6f16c8ad9048 Mon Sep 17 00:00:00 2001 From: Dmitry Kasatkin Date: Fri, 13 Jun 2014 12:58:16 +0300 Subject: [PATCH] add extra auto built files to .gitignore Signed-off-by: Dmitry Kasatkin --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index ab8a13c..ca7a06e 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,8 @@ *~ # Generated by autotools +.libs +m4 .deps aclocal.m4 autom4te.cache @@ -20,9 +22,12 @@ compile libtool ltmain.sh + # Compiled executables *.o *.a +*.lo +*.la src/evmctl tests/openclose config.h