.gitignore 175 B

12345678910111213141516
  1. .gdb_history
  2. sdk/
  3. cache/
  4. .ccache/
  5. local/
  6. user_config.h
  7. server-ca.crt
  8. luac.cross
  9. uz_unzip
  10. uz_zip
  11. tools/toolchains/
  12. #ignore Eclipse project files
  13. .cproject
  14. .project
  15. .settings/