From 1a7170cf9f9e277d41256468ce9608ad28210083 Mon Sep 17 00:00:00 2001 From: Sergey Popov Date: Fri, 23 Mar 2012 12:48:35 +0400 Subject: [PATCH] update to gitignore - add exclusions for libtool and some source files --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index c65e5e9..9b8f853 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,8 @@ *.exe *.o *.so +*.la +*.lo # Packages # ############ @@ -39,10 +41,14 @@ Makefile Makefile.in configure* .deps +.libs aclocal.m4 autom4te.cache +compile config.* depcomp install-sh missing stamp* +libtool +ltmain.sh