diff options
author | Andrew Donnellan <andrew.donnellan@au1.ibm.com> | 2018-03-01 18:59:44 +1100 |
---|---|---|
committer | Stewart Smith <stewart@linux.vnet.ibm.com> | 2018-03-01 20:17:54 -0600 |
commit | 9972229b6b11503ac6419b4f2d3c6e0a7e15bfca (patch) | |
tree | 7804ee92256785620ee54e221e0748297461aa04 /.gitignore | |
parent | bd6194f5a8647e2e8671a76f7af65244fa0d30e7 (diff) | |
download | talos-skiboot-9972229b6b11503ac6419b4f2d3c6e0a7e15bfca.tar.gz talos-skiboot-9972229b6b11503ac6419b4f2d3c6e0a7e15bfca.zip |
gitignore: Add *.a
Since we're using thin archives now, we should ignore all the *.as lying
around...
Fixes: f6159cff5d91 ("build: use thin archives rather than incremental linking")
Signed-off-by: Andrew Donnellan <andrew.donnellan@au1.ibm.com>
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,4 +1,5 @@ *~ +*.a *.o *.d *.gcda |