Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove trailing whitespace | GrpeApple | 2021-07-11 | 1 | -1/+1 |
| | |||||
* | Extend Qt.gitignore with qmlcache qrc files (#3322) | Miklós Márton | 2020-03-12 | 1 | -0/+2 |
| | | | Projects using QML files generating a temporary qrc file if a qrc file present in the project. | ||||
* | Add versioned so files extension to Qt.gitignore (#3186) | Miklós Márton | 2019-10-09 | 1 | -0/+1 |
| | | | Some Qt packages builds versioned shared objects which will generate foobar.so.n symlinks to the output file. These files should not tracked by git. | ||||
* | Add qmake generated prl files to Qt.gitignore (#3187) | Miklós Márton | 2019-10-09 | 1 | -0/+1 |
| | |||||
* | Add generated translations to the .gitignore (#3159) | Miklós Márton | 2019-09-20 | 1 | -0/+1 |
| | | | The *.qm binary translation files are generated from the translation *.ts files and should not be tracked by git since they are generated. | ||||
* | Add *.creator.user* files to the Qt .gitignore | Miklós Márton | 2019-01-31 | 1 | -0/+3 |
| | |||||
* | Added compile_commands.json to Qt.gitignore | Miklós Márton | 2019-01-17 | 1 | -0/+3 |
| | | | QtCreator above 4.8 version is utilizing a so called "compilation database" which placed in the compile_commands.json and contains generated information. | ||||
* | Qt: Correct typo "QtCtreator" to "QtCreator" | davidebeatrici | 2018-02-13 | 1 | -2/+2 |
| | |||||
* | Qt: Remove extra empty lines | davidebeatrici | 2018-02-13 | 1 | -4/+0 |
| | |||||
* | Remove double-spaced lines | Ryan Meredith | 2017-09-12 | 1 | -2/+0 |
| | |||||
* | Add QML and JS cache files to Qt.gitignore | Tim Süberkrüb | 2017-08-16 | 1 | -0/+2 |
| | |||||
* | add object_script to Qt.gitignore | KoynovStas | 2017-05-21 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | 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 | ||||
* | add target_wrapper.* to Qt.gitignore | KoynovStas | 2017-05-21 | 1 | -0/+5 |
| | | | | | | This file is autogenerated by qmake for run auto(unit) tests. For Windows: target_wrapper.bat For Unix: target_wrapper.sh | ||||
* | add *_plugin_import.cpp to Qt.gitignore | KoynovStas | 2017-05-20 | 1 | -0/+1 |
| | | | | | | | 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 | ||||
* | Add moc_*.h in Qt.gitignore | Glordim | 2017-04-23 | 1 | -0/+1 |
| | |||||
* | Ignore all forms of CMakeLists.txt.user | Taylor Braun-Jones | 2016-06-15 | 1 | -1/+1 |
| | | | | | 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 | ||||
* | Qt: Insert spaces for consistence | Tim Süberkrüb | 2016-03-09 | 1 | -2/+2 |
| | |||||
* | Qt: ignore CMakeLists.txt.user | Victor Arribas | 2016-01-25 | 1 | -0/+4 |
| | |||||
* | Update Qt.gitignore | Thomas Steinholz | 2015-11-29 | 1 | -1/+1 |
| | | | Qt generates build files for me that are `build-Projname-WhateverWhatever` so this change continues to support *-build-* folders as well as others. | ||||
* | Ignore Qt Creator cache files for Qbs projects. | Jake Petroules | 2014-11-16 | 1 | -0/+2 |
| | |||||
* | Add QtCreator qmlproject temp files ignoring | nikolay.bondarenko | 2014-07-01 | 1 | -0/+4 |
| | |||||
* | Update Qt.gitignore | John Munkhoff | 2014-03-16 | 1 | -0/+3 |
| | | | | | - 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. | ||||
* | Merge pull request #682 from fsw/master | Justin Spahr-Summers | 2013-11-12 | 1 | -0/+4 |
|\ | | | | | ignoring *.autosave files generated by QtCreator | ||||
| * | ignoring *.autosave files generated by QtCreator | Franciszek Szczepan Wawrzak | 2013-06-14 | 1 | -0/+4 |
| | | |||||
* | | Add "ui_*.h" pattern to block auto-generated headers | Alexey Brodkin | 2013-01-10 | 1 | -0/+1 |
| | | | | | | | | | | | | 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> | ||||
* | | Add wild-card suffix for Makefile | Alexey Brodkin | 2013-01-10 | 1 | -1/+1 |
|/ | | | | | | | 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> | ||||
* | dynlib => dylib (msspl) | Illya Kovalevskyy | 2012-06-09 | 1 | -1/+1 |
| | |||||
* | *.desktop removed from the list | Illya Kovalevskyy | 2012-06-09 | 1 | -1/+0 |
| | |||||
* | now it support *.desktop files | Illya Kovalevskyy | 2012-05-22 | 1 | -0/+1 |
| | |||||
* | added some templates | Illya Kovalevskyy | 2012-05-22 | 1 | -0/+6 |
| | |||||
* | Qt-project gitignore added for Qt core developers | Illya Kovalevskyy | 2012-05-19 | 1 | -0/+14 |
| | |||||
* | gitignore for Qt-project | Illya Kovalevskyy | 2012-05-19 | 1 | -0/+0 |