aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorAndrew Donnellan <andrew.donnellan@au1.ibm.com>2018-03-01 18:59:44 +1100
committerStewart Smith <stewart@linux.vnet.ibm.com>2018-03-01 20:17:54 -0600
commit9972229b6b11503ac6419b4f2d3c6e0a7e15bfca (patch)
tree7804ee92256785620ee54e221e0748297461aa04 /.gitignore
parentbd6194f5a8647e2e8671a76f7af65244fa0d30e7 (diff)
downloadskiboot-9972229b6b11503ac6419b4f2d3c6e0a7e15bfca.zip
skiboot-9972229b6b11503ac6419b4f2d3c6e0a7e15bfca.tar.gz
skiboot-9972229b6b11503ac6419b4f2d3c6e0a7e15bfca.tar.bz2
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--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 0528392..065e9c7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
*~
+*.a
*.o
*.d
*.gcda