|
From: Mark W. <ma...@so...> - 2021-09-08 10:52:56
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=cadf0432290b0bc147c7b5dd54c63bc94986743c commit cadf0432290b0bc147c7b5dd54c63bc94986743c Author: Mark Wielaard <ma...@kl...> Date: Wed Sep 8 12:51:18 2021 +0200 Add getoff-arm64-linux to .gitignore Diff: --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index cf45901132..3838b5b083 100644 --- a/.gitignore +++ b/.gitignore @@ -40,6 +40,7 @@ # /auxprogs/ /auxprogs/.deps /auxprogs/getoff-amd64-darwin +/auxprogs/getoff-arm64-linux /auxprogs/getoff-x86-darwin /auxprogs/getoff-amd64-linux /auxprogs/getoff-x86-linux |