commit | 2723f38f75233368d3ec346c9527f6736e9b801e | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Mon Dec 10 15:23:47 2018 -0800 |
committer | Vernon Mauery <vernon.mauery@linux.intel.com> | Thu Dec 13 16:35:23 2018 +0000 |
tree | 74cae8f13601ec6cedd55636045eb8c76ed6f3dc | |
parent | 8550b60fc2f3ef91e430298afaca018a6917192b [diff] |
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>
To build this package, do the following steps:
1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} 3. make
To clean the repository run ./bootstrap.sh clean
.