[Skiboot] [PATCH] gitignore: Add *.a
Andrew Donnellan
andrew.donnellan at au1.ibm.com
Thu Mar 1 18:59:44 AEDT 2018
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 at au1.ibm.com>
---
.gitignore | 1 +
1 file changed, 1 insertion(+)
diff --git a/.gitignore b/.gitignore
index 052839257f7f..065e9c7feea9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
*~
+*.a
*.o
*.d
*.gcda
--
2.11.0
More information about the Skiboot
mailing list