1. 23 Aug, 2017 1 commit
  2. 22 Aug, 2017 1 commit
  3. 21 Aug, 2017 1 commit
  4. 20 Aug, 2017 1 commit
  5. 18 Aug, 2017 1 commit
  6. 16 Aug, 2017 1 commit
  7. 15 Aug, 2017 1 commit
  8. 14 Aug, 2017 2 commits
  9. 13 Aug, 2017 1 commit
  10. 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
  11. 11 Aug, 2017 2 commits
  12. 01 Aug, 2017 2 commits
  13. 31 Jul, 2017 1 commit
  14. 30 Jul, 2017 4 commits
  15. 26 Jul, 2017 2 commits
  16. 25 Jul, 2017 1 commit
  17. 24 Jul, 2017 1 commit
  18. 20 Jul, 2017 1 commit
  19. 10 Jun, 2017 3 commits
  20. 09 Jun, 2017 2 commits
  21. 06 Jun, 2017 2 commits
  22. 31 May, 2017 2 commits
  23. 30 May, 2017 1 commit
  24. 25 May, 2017 1 commit
  25. 22 May, 2017 3 commits
  26. 21 May, 2017 1 commit
    • 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