.gitignore 523 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. bld*/
  2. build*/
  3. cmake_build/
  4. cmake_build*/
  5. dependencies/
  6. CMakeFiles/
  7. stk-editor/
  8. .config/
  9. supertuxkart-64
  10. make*.bat
  11. __pycache__
  12. data/editor
  13. data/karts
  14. data/library
  15. data/models
  16. data/music
  17. data/sfx
  18. data/textures
  19. data/tracks
  20. data/wip-tracks
  21. data/.svn
  22. # Ignore doxygen output
  23. src/html
  24. *.o
  25. *.d
  26. *.a
  27. *.patch
  28. *.diff
  29. *.obj
  30. *.orig
  31. *.rej
  32. *.log
  33. *.lib
  34. *.tlog
  35. *.pdb
  36. *.dll
  37. *.exe
  38. *.vcxproj
  39. *.vcxproj.filters
  40. *.vcxproj.user
  41. *~
  42. *.swp
  43. # Ignore QtCreator project file
  44. CMakeLists.txt.user
  45. packets_log.txt
  46. history.dat
  47. README.dependencies
  48. xx