diff options
author | Patrick Venture <venture@google.com> | 2018-09-27 14:24:21 -0700 |
---|---|---|
committer | Patrick Venture <venture@google.com> | 2018-09-27 14:25:07 -0700 |
commit | 0f11545c90079cb4b6c99a2309a8cd69f1490ece (patch) | |
tree | 08356cb6da311c4b60ff1c06d4c197c9b7c3078f | |
parent | ffecf1b2af777baf575f0d05163dd40333f701ad (diff) | |
download | phosphor-ipmi-blobs-0f11545c90079cb4b6c99a2309a8cd69f1490ece.tar.gz phosphor-ipmi-blobs-0f11545c90079cb4b6c99a2309a8cd69f1490ece.zip |
gitignore: add *.lo
Adds *.lo to the ignored files list.
Change-Id: Iff18258584eec18f740ebe03815311c4245a4d96
Signed-off-by: Patrick Venture <venture@google.com>
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -37,6 +37,7 @@ Makefile.in # Repo Specific Items *.o +*.lo /config.h /config.h.in~ /config.log |