Commit Graph
6 Commits
Author SHA1 Message Date
Miklós MártonandBrendan Forster 475f63beb5 Add versioned so files extension to Qt.gitignore (#3186)
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.
2019-10-09 10:42:31 -03:00
Miklós MártonandBrendan Forster b912aead4e Add qmake generated prl files to Qt.gitignore (#3187) 2019-10-09 10:24:27 -03:00
Miklós MártonandBrendan Forster a55ad7687a Add generated translations to the .gitignore (#3159)
The *.qm binary translation files are generated from the translation *.ts files and should not be tracked by git since they are generated.
2019-09-20 12:55:19 -03:00
Miklós Márton 1ee3d754b3 Add *.creator.user* files to the Qt .gitignore 2019-01-31 21:22:18 +01:00
Miklos Marton 8338f3318a Merge branch 'master' of https://github.com/github/gitignore into add_compilation_db_to_qt_gitignore 2019-01-21 08:55:04 +01:00
Miklós MártonandGitHub 1c1744ab6d Added compile_commands.json to Qt.gitignore
QtCreator above 4.8 version is utilizing a so called "compilation database" which placed in the compile_commands.json and contains generated information.
2019-01-17 17:39:58 +01:00