Skip to content

Commit 0a4e4a0

Browse files
authored
[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.
1 parent e653eef commit 0a4e4a0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,9 @@ bitcoin-qt
9191
Bitcoin-Qt.app
9292
background.tiff*
9393

94+
# Qt Creator
95+
Makefile.am.user
96+
9497
# Unit-tests
9598
Makefile.test
9699
bitcoin-qt_test

0 commit comments

Comments
 (0)