aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorW. J. van der Laan <laanwj@protonmail.com>2021-05-12 19:35:58 +0200
committerW. J. van der Laan <laanwj@protonmail.com>2021-05-12 19:45:10 +0200
commit79da18a9ebbb0f739c321c4a381bb13d5c2a151f (patch)
tree7aec077499f1f3d68d3a23bc8c7e04732bfa6445
parent6b49d88a5dda97fdbabe363fd7d3c4f1ce29082a (diff)
parentbc4538806e3c53e7821e01d5db896f65dd3358ad (diff)
downloadbitcoin-79da18a9ebbb0f739c321c4a381bb13d5c2a151f.tar.xz
Merge bitcoin/bitcoin#21911: build: add configure~ to .gitignore
bc4538806e3c53e7821e01d5db896f65dd3358ad build: add *~ to .gitignore (Sjors Provoost) Pull request description: The file `configure~` recently started appearing for me on macOS (11.3.1) whenever configure is (re)run. ACKs for top commit: hebasto: ACK bc4538806e3c53e7821e01d5db896f65dd3358ad, tested on Linux Mint 20.1 with different build scenarios including cross-compiling for Windows and macOS. Tree-SHA512: 830c7baf392ff6d66250a79c6ed0a98dac3daaace54a6d2e7940b9a72e3bac79ab44bbecd7642c931fde8a446654e2260d6afdecc679a1743fae6ec5eeda79f1
-rw-r--r--.gitignore2
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