Skip to content

Commit 9972229

Browse files
ajdlinuxstewartsmith
authored andcommitted
gitignore: Add *.a
Since we're using thin archives now, we should ignore all the *.as lying around... Fixes: f6159cf ("build: use thin archives rather than incremental linking") Signed-off-by: Andrew Donnellan <[email protected]> Signed-off-by: Stewart Smith <[email protected]>
1 parent bd6194f commit 9972229

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
*~
2+
*.a
23
*.o
34
*.d
45
*.gcda

0 commit comments

Comments
 (0)