.gitignore 229 B

123456789101112131415161718192021222324252627282930
  1. # Folders
  2. build
  3. lib
  4. # Generated
  5. Makefile
  6. *.o
  7. moc_*
  8. # Docs
  9. docs/html
  10. # Build folders
  11. */debug
  12. */release
  13. */*/debug
  14. */*/release
  15. # Visual studio
  16. *.suo
  17. *.ncb
  18. *.user
  19. *.pdb
  20. *.idb
  21. *.vcproj
  22. *.vcxproj
  23. *.vcxproj.filters
  24. *.lib
  25. *.sln
  26. *.rc