Message ID | 20180807072515.29672-1-mikey@neuling.org |
---|---|
State | Accepted |
Headers | show |
Series | gitignore: Add *.a files | expand |
Context | Check | Description |
---|---|---|
snowpatch_ozlabs/apply_patch | success | master/apply_patch Successfully applied |
snowpatch_ozlabs/build-multiarch | success | Test build-multiarch on branch master |
diff --git a/.gitignore b/.gitignore index 94dbc50fc2..c8045e9f60 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ *~ *.o *.d +*.a TAGS tags cscope.out
We recently added building libccan.a which makes the git repo dirty. Signed-off-by: Michael Neuling <mikey@neuling.org> --- .gitignore | 1 + 1 file changed, 1 insertion(+)