1. 09 10月, 2019 1 次提交
  2. 20 9月, 2019 1 次提交
  3. 01 2月, 2019 1 次提交
  4. 18 1月, 2019 1 次提交
  5. 13 2月, 2018 2 次提交
  6. 12 9月, 2017 1 次提交
  7. 16 8月, 2017 1 次提交
  8. 21 5月, 2017 2 次提交
    • K
      add object_script to Qt.gitignore · 91ae9708
      KoynovStas 提交于
      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
      91ae9708
    • K
      add target_wrapper.* to Qt.gitignore · ab1e4933
      KoynovStas 提交于
      This file is autogenerated by qmake for run auto(unit) tests.
      For Windows: target_wrapper.bat
      For Unix: target_wrapper.sh
      ab1e4933
  9. 20 5月, 2017 1 次提交
    • K
      add *_plugin_import.cpp to Qt.gitignore · c65c993f
      KoynovStas 提交于
      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
      c65c993f
  10. 23 4月, 2017 1 次提交
  11. 15 6月, 2016 1 次提交
  12. 10 3月, 2016 1 次提交
  13. 26 1月, 2016 1 次提交
  14. 30 11月, 2015 1 次提交
    • T
      Update Qt.gitignore · 935c3701
      Thomas Steinholz 提交于
      Qt generates build files for me that are `build-Projname-WhateverWhatever` so this change continues to support *-build-* folders as well as others.
      935c3701
  15. 17 11月, 2014 1 次提交
  16. 01 7月, 2014 1 次提交
  17. 17 3月, 2014 1 次提交
    • J
      Update Qt.gitignore · f96f4834
      John Munkhoff 提交于
      - 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.
      f96f4834
  18. 15 6月, 2013 1 次提交
  19. 11 1月, 2013 2 次提交
  20. 09 6月, 2012 2 次提交
  21. 23 5月, 2012 2 次提交
  22. 20 5月, 2012 2 次提交