From 0a4e4a05ea33171797289a0c4bdfdc43d46e160f Mon Sep 17 00:00:00 2001 From: Peter Bushnell Date: Fri, 2 Aug 2019 10:11:24 +0100 Subject: [build] .gitignore add Qt Creator Makefile.am.user Opening Bitcoin with Qt Creator via the Makefile.am generates a Makefile.am.user. Would be handy to have this file ignored. Looking around I can see this file has snuck into a few downstream projects. I do personally find myself editing commits to remove this file when I've not been paying attention. There's got to have been a few PRs with this file accidentally attached. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index cec1fb3dec..edc683e48b 100644 --- a/.gitignore +++ b/.gitignore @@ -91,6 +91,9 @@ bitcoin-qt Bitcoin-Qt.app background.tiff* +# Qt Creator +Makefile.am.user + # Unit-tests Makefile.test bitcoin-qt_test -- cgit v1.2.3