From 0f11545c90079cb4b6c99a2309a8cd69f1490ece Mon Sep 17 00:00:00 2001 From: Patrick Venture Date: Thu, 27 Sep 2018 14:24:21 -0700 Subject: gitignore: add *.lo Adds *.lo to the ignored files list. Change-Id: Iff18258584eec18f740ebe03815311c4245a4d96 Signed-off-by: Patrick Venture --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index dbd5f0a..91e40cd 100644 --- a/.gitignore +++ b/.gitignore @@ -37,6 +37,7 @@ Makefile.in # Repo Specific Items *.o +*.lo /config.h /config.h.in~ /config.log -- cgit v1.2.3