1. 20 Aug, 2017 1 commit
  2. 18 Aug, 2017 1 commit
  3. 16 Aug, 2017 1 commit
  4. 15 Aug, 2017 1 commit
  5. 14 Aug, 2017 2 commits
  6. 13 Aug, 2017 1 commit
  7. 12 Aug, 2017 1 commit
    • CodeNotFound's avatar
      Adds .gitignore rules for AxoCover · 5d0e2b71
      CodeNotFound authored
      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
  8. 11 Aug, 2017 2 commits
  9. 01 Aug, 2017 2 commits
  10. 31 Jul, 2017 1 commit
  11. 30 Jul, 2017 4 commits
  12. 26 Jul, 2017 2 commits
  13. 25 Jul, 2017 1 commit
  14. 24 Jul, 2017 1 commit
  15. 20 Jul, 2017 1 commit
  16. 10 Jun, 2017 3 commits
  17. 09 Jun, 2017 2 commits
  18. 06 Jun, 2017 2 commits
  19. 31 May, 2017 2 commits
  20. 30 May, 2017 1 commit
  21. 25 May, 2017 1 commit
  22. 22 May, 2017 3 commits
  23. 21 May, 2017 3 commits
    • KoynovStas's avatar
      add object_script to Qt.gitignore · 91ae9708
      KoynovStas authored
      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
    • KoynovStas's avatar
      add target_wrapper.* to Qt.gitignore · ab1e4933
      KoynovStas authored
      This file is autogenerated by qmake for run auto(unit) tests.
      For Windows: target_wrapper.bat
      For Unix: target_wrapper.sh
      ab1e4933
    • Brendan Forster's avatar
      Merge pull request #2388 from KoynovStas/Static_QT · 67f633a0
      Brendan Forster authored
      add *_plugin_import.cpp to Qt.gitignore
      67f633a0
  24. 20 May, 2017 1 commit
    • KoynovStas's avatar
      add *_plugin_import.cpp to Qt.gitignore · c65c993f
      KoynovStas authored
      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