diff options
author | Peter Bushnell <bushsolo@gmail.com> | 2019-08-02 10:11:24 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-02 10:11:24 +0100 |
commit | 0a4e4a05ea33171797289a0c4bdfdc43d46e160f (patch) | |
tree | 38d37a5abcf3439b24826c54e2d6f3b2631d5093 | |
parent | e653eeff7651d823407e2e31a89176cc0b240c62 (diff) |
[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.
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
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 |