diff options
author | Thomas Steinholz <tsteinholz@yahoo.com> | 2015-11-29 14:20:50 -0500 |
---|---|---|
committer | Thomas Steinholz <tsteinholz@yahoo.com> | 2015-11-29 14:20:50 -0500 |
commit | 935c3701bd1e74869bf99fdab0e3548475b0b79a (patch) | |
tree | 09ad55c5c25ef96828549123fe9c727a4ccd722c /Qt.gitignore | |
parent | da00310ccba9de9a988cc973ef5238ad2c1460e9 (diff) | |
download | gitignore-935c3701bd1e74869bf99fdab0e3548475b0b79a.tar.gz gitignore-935c3701bd1e74869bf99fdab0e3548475b0b79a.zip |
Update Qt.gitignore
Qt generates build files for me that are `build-Projname-WhateverWhatever` so this change continues to support *-build-* folders as well as others.
Diffstat (limited to 'Qt.gitignore')
-rw-r--r-- | Qt.gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Qt.gitignore b/Qt.gitignore index 85a6baac..04b7a506 100644 --- a/Qt.gitignore +++ b/Qt.gitignore @@ -23,7 +23,7 @@ moc_*.cpp qrc_*.cpp ui_*.h Makefile* -*-build-* +*build-* # QtCreator |