diff options
author | Sjors Provoost <sjors@sprovoost.nl> | 2021-05-12 18:10:47 +0200 |
---|---|---|
committer | Sjors Provoost <sjors@sprovoost.nl> | 2021-05-12 18:10:47 +0200 |
commit | bc4538806e3c53e7821e01d5db896f65dd3358ad (patch) | |
tree | 7aec077499f1f3d68d3a23bc8c7e04732bfa6445 | |
parent | 6b49d88a5dda97fdbabe363fd7d3c4f1ce29082a (diff) |
build: add *~ to .gitignore
Homebrew autoconf version 2.7.1 introduces configure~ as a build artifact.
Co-authored-by: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com>
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 5d817c8bbd..b76864cc38 100644 --- a/.gitignore +++ b/.gitignore @@ -61,7 +61,7 @@ src/qt/bitcoin-qt.includes .dirstamp .libs .*.swp -*.*~* +*~ *.bak *.rej *.orig |