summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam A. Kennington III <wak@google.com>2018-12-10 15:23:47 -0800
committerVernon Mauery <vernon.mauery@linux.intel.com>2018-12-13 16:35:23 +0000
commit2723f38f75233368d3ec346c9527f6736e9b801e (patch)
tree74cae8f13601ec6cedd55636045eb8c76ed6f3dc
parent8550b60fc2f3ef91e430298afaca018a6917192b (diff)
downloadphosphor-host-ipmid-2723f38f75233368d3ec346c9527f6736e9b801e.tar.gz
phosphor-host-ipmid-2723f38f75233368d3ec346c9527f6736e9b801e.zip
gitignore: Ignore libraries regardless of directory
Currently our gitignore works becuase all of our libraries reside in the the top level directory and are named /lib*. We should really just be ignoring any file *.a *.so* or *.la. Change-Id: I6b48dc34819ac1798bbee5796dbe220c93db876e Signed-off-by: William A. Kennington III <wak@google.com>
-rw-r--r--.gitignore5
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 5c6d5ad..8cca7ea 100644
--- a/.gitignore
+++ b/.gitignore
@@ -36,8 +36,11 @@ Makefile.in
/texinfo.tex
# Repo Specific Items
+*.a
*.o
*.lo
+*.la
+*.so*
/config.h
/config.h.in~
/config.log
@@ -45,8 +48,8 @@ Makefile.in
Makefile
.deps
.dirstamp
-/lib*
.libs/
+/libtool
/*-libtool
/ipmid
.project
OpenPOWER on IntegriCloud