[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:
parent
e653eeff76
commit
0a4e4a05ea
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue