.gitignore 537 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. build
  2. dist
  3. *.o
  4. *.pak
  5. *.mo
  6. starfighter
  7. src/starfighter
  8. # Dolphin .directory
  9. .directory
  10. # Backups
  11. *~
  12. # Autoconf / Automake
  13. aclocal.m4
  14. autom4te.cache
  15. compile
  16. config.guess
  17. config.h
  18. config.h.in
  19. config.log
  20. config.status
  21. config.sub
  22. configure
  23. depcomp
  24. install-sh
  25. Makefile
  26. Makefile.in
  27. missing
  28. stamp-h1
  29. config.h.in~
  30. src/Makefile
  31. src/Makefile.in
  32. src/.deps
  33. src/conf
  34. misc/Makefile
  35. misc/Makefile.in
  36. misc/.deps
  37. # Mac OS X
  38. *.DS_Store
  39. # Xcode
  40. *.pbxuser
  41. *.mode1v3
  42. *.mode2v3
  43. *.perspectivev3
  44. *.xcuserstate
  45. project.xcworkspace/
  46. xcuserdata/
  47. *.xcuserdatad