[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.
This commit is contained in:
Peter Bushnell 2019-08-02 10:11:24 +01:00 committed by GitHub
parent e653eeff76
commit 0a4e4a05ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

3
.gitignore vendored
View file

@ -91,6 +91,9 @@ bitcoin-qt
Bitcoin-Qt.app Bitcoin-Qt.app
background.tiff* background.tiff*
# Qt Creator
Makefile.am.user
# Unit-tests # Unit-tests
Makefile.test Makefile.test
bitcoin-qt_test bitcoin-qt_test