1. 16 8月, 2017 1 次提交
  2. 15 8月, 2017 1 次提交
  3. 14 8月, 2017 2 次提交
  4. 13 8月, 2017 1 次提交
  5. 12 8月, 2017 1 次提交
    • C
      Adds .gitignore rules for AxoCover · 5d0e2b71
      CodeNotFound 提交于
      AxoCover is a Code Coverage Tool. It creates a **.axoCover** folder where are created:
      - settings in settings.json
      - sub-folders into **run** folder which contain code coverage results.
      
      All content into **.axoCover** folder must be ignored except the **settings.json** file.
      5d0e2b71
  6. 11 8月, 2017 2 次提交
  7. 02 8月, 2017 2 次提交
  8. 31 7月, 2017 2 次提交
  9. 30 7月, 2017 3 次提交
  10. 26 7月, 2017 2 次提交
  11. 25 7月, 2017 1 次提交
  12. 24 7月, 2017 1 次提交
  13. 20 7月, 2017 1 次提交
  14. 11 6月, 2017 2 次提交
  15. 10 6月, 2017 1 次提交
  16. 09 6月, 2017 2 次提交
  17. 06 6月, 2017 2 次提交
  18. 01 6月, 2017 2 次提交
  19. 30 5月, 2017 1 次提交
  20. 26 5月, 2017 1 次提交
  21. 22 5月, 2017 3 次提交
  22. 21 5月, 2017 3 次提交
    • 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
    • B
      Merge pull request #2388 from KoynovStas/Static_QT · 67f633a0
      Brendan Forster 提交于
      add *_plugin_import.cpp to Qt.gitignore
      67f633a0
  23. 20 5月, 2017 2 次提交
  24. 18 5月, 2017 1 次提交