From: Wendy Liang Date: Mon, 11 Jan 2016 09:04:27 +0000 (-0800) Subject: Remove *.a from ignore X-Git-Tag: v2016.04~34 X-Git-Url: https://git.ti.com/gitweb?p=processor-sdk%2Fopen-amp.git;a=commitdiff_plain;h=d3fff208769afcb51fd1c962451d7194f69e4fbf Remove *.a from ignore Since there is *.a in the repository, remove *.a from ignore. It will be removed in future. Signed-off-by: Wendy Liang --- diff --git a/.gitignore b/.gitignore index 59d5955..a164cdd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,5 @@ *.o *~ -*.a !libs/system/zc702evk/linux/lib/*/*.a *.bin *.map