summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2018-11-20 11:19:23 -0800
committerVernon Mauery <vernon.mauery@linux.intel.com>2018-11-26 16:51:39 +0000
commit1990c85e8b702996c8d899cd3914ed23e78f49cc (patch)
tree6be4c94137e5f7fe79e0435bc00cefd728ccb173
parentaab202384d0b68ffcc9437c45d29d21380388483 (diff)
downloadphosphor-host-ipmid-1990c85e8b702996c8d899cd3914ed23e78f49cc.tar.gz
phosphor-host-ipmid-1990c85e8b702996c8d899cd3914ed23e78f49cc.zip
gitignore: add all *.lo files to ignore list
Specify all *.lo files and not just /app/*.lo to handle the objects built into other directories. Change-Id: I01df38ef81f749913dc9d536ffdcc2774d17b785 Signed-off-by: Patrick Venture <venture@google.com>
-rw-r--r--.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 5d249f7..5c6d5ad 100644
--- a/.gitignore
+++ b/.gitignore
@@ -37,6 +37,7 @@ Makefile.in
# Repo Specific Items
*.o
+*.lo
/config.h
/config.h.in~
/config.log
@@ -56,7 +57,6 @@ Makefile
/sensor-gen.cpp
/inventory-sensor-gen.cpp
/fru-read-gen.cpp
-/app/*.lo
/channel-gen.cpp
# test related
OpenPOWER on IntegriCloud