You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.gitignore 352B

12345678910111213141516171819202122232425262728
  1. # Code::TidyAll
  2. /.tidyall.d/
  3. .idea
  4. # Added by CLion
  5. cmake-build-debug/
  6. # Logs and databases #
  7. ######################
  8. *.log
  9. *.sqlite3-*
  10. # Compiled source #
  11. ###################
  12. *.com
  13. *.class
  14. *.dll
  15. *.pyc
  16. *.o
  17. *.so
  18. luacov.stats.out
  19. # OS generated files #
  20. ######################
  21. *.orig
  22. .DS_Store
  23. .DS_Store?
  24. ._*
  25. .Spotlight-V100
  26. .Trashes
  27. ehthumbs.db
  28. Thumbs.db