From aaf105c8b5a23cc1af794d5df304bf5657da15d6 Mon Sep 17 00:00:00 2001 From: "W. J. van der Laan" Date: Wed, 12 May 2021 19:35:58 +0200 Subject: [PATCH] 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 --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 737b076b7a..43f8eb1d72 100644 --- a/.gitignore +++ b/.gitignore @@ -58,7 +58,7 @@ libconftest.dylib* .dirstamp .libs .*.swp -*.*~* +*~ *.bak *.rej *.orig