.gitignore 511 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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. data/editor
  12. data/karts
  13. data/library
  14. data/models
  15. data/music
  16. data/sfx
  17. data/textures
  18. data/tracks
  19. data/wip-tracks
  20. data/.svn
  21. # Ignore doxygen output
  22. src/html
  23. *.o
  24. *.d
  25. *.a
  26. *.patch
  27. *.diff
  28. *.obj
  29. *.orig
  30. *.rej
  31. *.log
  32. *.lib
  33. *.tlog
  34. *.pdb
  35. *.dll
  36. *.exe
  37. *.vcxproj
  38. *.vcxproj.filters
  39. *.vcxproj.user
  40. *~
  41. *.swp
  42. # Ignore QtCreator project file
  43. CMakeLists.txt.user
  44. packets_log.txt
  45. history.dat
  46. README.dependencies
  47. xx