Commit Graph

25 Commits

Author SHA1 Message Date
davidebeatrici 2e3f1955d2 Qt: Correct typo "QtCtreator" to "QtCreator" 2018-02-13 00:22:43 +01:00
davidebeatrici 6d6dce75f8 Qt: Remove extra empty lines 2018-02-13 00:22:21 +01:00
Ryan Meredith a085c7da43 Remove double-spaced lines 2017-09-12 01:29:04 -04:00
Tim Süberkrüb 8a11b10f5a Add QML and JS cache files to Qt.gitignore 2017-08-16 17:38:05 +02:00
KoynovStas 91ae97083c add object_script to Qt.gitignore
For template rules (modern style) in Qt project file,
this file is autogenerated by qmake.

Example old style (pro file):
SOURCES += src/1.cpp \
           src/2.cpp

Example new style, uses template rules (pro file):
SOURCES += src/*.cpp

qmake auto generate files with list of objects
object_script.*.Debug
object_script.*.Release
2017-05-21 11:06:01 +04:00
KoynovStas ab1e493392 add target_wrapper.* to Qt.gitignore
This file is autogenerated by qmake for run auto(unit) tests.
For Windows: target_wrapper.bat
For Unix: target_wrapper.sh
2017-05-21 10:56:56 +04:00
KoynovStas c65c993f4d add *_plugin_import.cpp to Qt.gitignore
This file is autogenerated by qmake. It imports static plugin classes for
static plugins specified using QTPLUGIN and QT_PLUGIN_CLASS.<plugin> variables.

This file is autogenerated for static build
2017-05-20 16:49:28 +04:00
Glordim 8508edef79 Add moc_*.h in Qt.gitignore 2017-04-23 10:12:53 +02:00
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