aboutsummaryrefslogtreecommitdiffstats
path: root/Qt.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Remove trailing whitespaceGrpeApple2021-07-111-1/+1
|
* Extend Qt.gitignore with qmlcache qrc files (#3322)Miklós Márton2020-03-121-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árton2019-10-091-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árton2019-10-091-0/+1
|
* Add generated translations to the .gitignore (#3159)Miklós Márton2019-09-201-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 .gitignoreMiklós Márton2019-01-311-0/+3
|
* Added compile_commands.json to Qt.gitignoreMiklós Márton2019-01-171-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"davidebeatrici2018-02-131-2/+2
|
* Qt: Remove extra empty linesdavidebeatrici2018-02-131-4/+0
|
* Remove double-spaced linesRyan Meredith2017-09-121-2/+0
|
* Add QML and JS cache files to Qt.gitignoreTim Süberkrüb2017-08-161-0/+2
|
* add object_script to Qt.gitignoreKoynovStas2017-05-211-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.gitignoreKoynovStas2017-05-211-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.gitignoreKoynovStas2017-05-201-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.gitignoreGlordim2017-04-231-0/+1
|
* Ignore all forms of CMakeLists.txt.userTaylor Braun-Jones2016-06-151-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 consistenceTim Süberkrüb2016-03-091-2/+2
|
* Qt: ignore CMakeLists.txt.userVictor Arribas2016-01-251-0/+4
|
* Update Qt.gitignoreThomas Steinholz2015-11-291-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 Petroules2014-11-161-0/+2
|
* Add QtCreator qmlproject temp files ignoringnikolay.bondarenko2014-07-011-0/+4
|
* Update Qt.gitignoreJohn Munkhoff2014-03-161-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/masterJustin Spahr-Summers2013-11-121-0/+4
|\ | | | | ignoring *.autosave files generated by QtCreator
| * ignoring *.autosave files generated by QtCreatorFranciszek Szczepan Wawrzak2013-06-141-0/+4
| |
* | Add "ui_*.h" pattern to block auto-generated headersAlexey Brodkin2013-01-101-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 MakefileAlexey Brodkin2013-01-101-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 Kovalevskyy2012-06-091-1/+1
|
* *.desktop removed from the listIllya Kovalevskyy2012-06-091-1/+0
|
* now it support *.desktop filesIllya Kovalevskyy2012-05-221-0/+1
|
* added some templatesIllya Kovalevskyy2012-05-221-0/+6
|
* Qt-project gitignore added for Qt core developersIllya Kovalevskyy2012-05-191-0/+14
|
* gitignore for Qt-projectIllya Kovalevskyy2012-05-191-0/+0