Commit Graph

17 Commits

Author SHA1 Message Date
Taylor Braun-Jones f3643325e4 Ignore all forms of CMakeLists.txt.user
In some cases Qt Creator will create a CMakeLists.txt.user file with a short hash which should also be ignored. For example:

    CMakeLists.txt.user.1fa15d5
2016-06-15 07:58:14 -04:00
Tim Süberkrüb b603dad982 Qt: Insert spaces for consistence 2016-03-09 21:25:12 +01:00
Victor Arribas 2c3b06b1ec Qt: ignore CMakeLists.txt.user 2016-01-25 18:50:35 +01:00
Thomas Steinholz 935c3701bd 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.
2015-11-29 14:20:50 -05:00
Jake Petroules 4011c95e26 Ignore Qt Creator cache files for Qbs projects. 2014-11-16 12:04:57 -08:00
nikolay.bondarenko 1d6614913b Add QtCreator qmlproject temp files ignoring 2014-07-01 16:05:36 +04:00
John Munkhoff f96f48347d Update Qt.gitignore
- Ignore '*.moc' files (foo.moc created when foo.cpp contains a Q_OBJECT.)
- Ignore '/.qmake.cache' and '/.qmake.stash' as does the official Qt Creator project.
2014-03-16 23:04:52 -07:00
Justin Spahr-Summers cbf090d44f Merge pull request #682 from fsw/master
ignoring *.autosave files generated by QtCreator
2013-11-12 10:40:46 -08:00
Franciszek Szczepan Wawrzak dc413f0637 ignoring *.autosave files generated by QtCreator 2013-06-14 18:51:59 +02:00
Alexey Brodkin f1d654c1b5 Add "ui_*.h" pattern to block auto-generated headers
moc automatically generates "ui_*.h" files for each *.ui file.
Since they are auto-generated I assume they should be ignored.

Signed-off-by: Alexey Brodkin <alexey.brodkin@gmail.com>
2013-01-10 20:18:50 +04:00
Alexey Brodkin 32cba5a6d7 Add wild-card suffix for Makefile
With "CONFIG=debug_and_release" qmake generates both Makefile.Debug and
Makefile.Release. And I assume it is useful to have all types Makefiles
ignored.

Signed-off-by: Alexey Brodkin <alexey.brodkin@gmail.com>
2013-01-10 20:16:36 +04:00
Illya Kovalevskyy d49148e2bd dynlib => dylib (msspl) 2012-06-09 16:36:58 +03:00
Illya Kovalevskyy 93c4f1b610 *.desktop removed from the list 2012-06-09 08:30:06 +03:00
Illya Kovalevskyy 603a1f2681 now it support *.desktop files 2012-05-22 22:00:28 +03:00
Illya Kovalevskyy e53ae99204 added some templates 2012-05-22 21:50:21 +03:00
Illya Kovalevskyy bacececa74 Qt-project gitignore added for Qt core developers 2012-05-19 21:51:19 +03:00
Illya Kovalevskyy 65343523f4 gitignore for Qt-project 2012-05-19 21:48:06 +03:00