.gitignore 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. .travis.yml
  2. *.o
  3. *.lo
  4. shadows.dat
  5. .idea/*
  6. bin_unix/native_client
  7. bin_unix/native_server
  8. config/authpreprivate.cfg
  9. config/authprivate.cfg
  10. config/history
  11. config/init.cfg
  12. config/saved*.cfg
  13. config/servers.cfg
  14. config/configtemplates.zip
  15. config/mapmodelattributes.cfg
  16. config/entropy.dat
  17. packages/maps/*.cfg
  18. !packages/maps/new_content.cfg
  19. packages/maps/*.cgz
  20. !packages/maps/new_content.cgz
  21. !packages/maps/dev_*.cgz
  22. packages/misc/checksums_md5.txt
  23. source/android/local.properties
  24. source/codeblocks/AssaultCube.layout
  25. source/codeblocks/AssaultCube_Linux.layout
  26. source/enet/.deps/
  27. source/enet/.libs/
  28. source/enet/Makefile
  29. source/enet/config.log
  30. source/enet/config.status
  31. source/enet/libenet.la
  32. source/enet/libenet.pc
  33. source/enet/libtool
  34. source/src/ac_client
  35. source/src/ac_server
  36. source/src/cube.h.gch
  37. source/src/Makefile_local
  38. source/vcpp/**/*.obj
  39. source/vcpp/**/*.pch
  40. source/vcpp/**/*.vcxproj.user
  41. source/vcpp/.vs/
  42. source/vcpp/Master/
  43. source/vcpp/Debug/
  44. source/vcpp/Release/
  45. source/vcpp/Standalone Debug/
  46. source/vcpp/Standalone/
  47. clientlog*.txt
  48. dumpmapconfig.txt
  49. packetlog.txt
  50. profile/*