aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorStuart Haslam <stuart.haslam@linaro.org>2015-07-22 15:20:45 +0100
committerMaxim Uvarov <maxim.uvarov@linaro.org>2015-07-23 19:21:52 +0300
commit91022f68f7a96cc8c943caacdfb9cea615889b22 (patch)
tree14e7bb480147b636939c02e5e6833306fcf04dd7 /.gitignore
parentf2fdd5127eb24622c761839d3b7685df30deb258 (diff)
validation: use convenience libs rather than static libs
Convert libraries used under test/validation to libtool convenience libraries (.la files) rather than regular static libraries. These are used elsewhere in the tree and allow for dependencies to be tracked automatically. Change-Id: I1dba179ce9151d277bd311f4c5430f85ecfe4b4f Signed-off-by: Stuart Haslam <stuart.haslam@linaro.org> Reviewed-by: Christophe Milard <christophe.milard@linaro.org>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 9fc0facf..e4d72976 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,7 @@
*.d
*.gcda
*.gcno
+*.la
*.lo
*.o
*.orig