.gitignore 249 B

12345678910111213141516171819202122
  1. .gdb_history
  2. sdk/
  3. cache/
  4. .ccache/
  5. local/
  6. user_config.h
  7. server-ca.crt
  8. luac.cross
  9. luac.cross.int
  10. uz_unzip
  11. uz_zip
  12. tools/toolchains/
  13. #ignore Eclipse project files
  14. .cproject
  15. .project
  16. .settings/
  17. .vscode
  18. .vs
  19. #ignore temp file for build infos
  20. buildinfo.h