.gitignore 715 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. # Compiled source #
  2. ###################
  3. *.com
  4. *.class
  5. *.dll
  6. *.exe
  7. *.o
  8. *.so
  9. # Packages #
  10. ############
  11. # it's better to unpack these files and commit the raw source
  12. # git has its own built in compression methods
  13. *.7z
  14. *.dmg
  15. *.gz
  16. *.iso
  17. *.jar
  18. *.rar
  19. *.tar
  20. *.zip
  21. # Logs and databases #
  22. ######################
  23. *.log
  24. *.sql
  25. *.sqlite
  26. # OS generated files #
  27. ######################
  28. .DS_Store
  29. .DS_Store?
  30. ._*
  31. .Spotlight-V100
  32. .Trashes
  33. Icon?
  34. ehthumbs.db
  35. Thumbs.db
  36. # Files generated by GNU Build System #
  37. #######################################
  38. .deps
  39. .libs
  40. ltmain.sh
  41. missing
  42. Makefile
  43. Makefile.in
  44. aclocal.m4
  45. config.*
  46. .cproject
  47. .project
  48. autom4te.cache
  49. depcomp
  50. install-sh
  51. libtool
  52. compile
  53. ogre.cfg
  54. stamp-h1
  55. media
  56. configure
  57. src/codria