diff mbox series

gitignore: Add *.a

Message ID 20180301075944.22597-1-andrew.donnellan@au1.ibm.com
State Accepted
Headers show
Series gitignore: Add *.a | expand

Commit Message

Andrew Donnellan March 1, 2018, 7:59 a.m. UTC
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>
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

Comments

Stewart Smith March 2, 2018, 3:53 a.m. UTC | #1
Andrew Donnellan <andrew.donnellan@au1.ibm.com> writes:
> 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>
> ---
>  .gitignore | 1 +
>  1 file changed, 1 insertion(+)

Doh! I should start to keep my trees cleaner and notice such things.

If there's a way to test it, i'd happily add it to travis.

Merged to master as of 9972229b6b11503ac6419b4f2d3c6e0a7e15bfca
diff mbox series

Patch

diff --git a/.gitignore b/.gitignore
index 052839257f7f..065e9c7feea9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@ 
 *~
+*.a
 *.o
 *.d
 *.gcda