From 22ce788f9b06d074e37baf219c48827128732c01 Mon Sep 17 00:00:00 2001 From: Andrew Borodin Date: Tue, 2 Jun 2009 08:06:38 +0400 Subject: [PATCH] .gitignore: added *.lo and *.la files. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 67a20db8d..26dfe6acb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,7 @@ *.o *.a +*.lo +*.la *~ *.cache *.tar.gz