.gitignore 425 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. # No editor backup files.
  2. *.sw*
  3. *.backup
  4. *.orig
  5. \#*#
  6. *~
  7. /Runtime/*
  8. !/Runtime/Makefile
  9. !/Runtime/pal_loader
  10. /Jenkinsfiles/Jenkinsfile-*
  11. /Jenkinsfiles/JenkinsfileSGX-*
  12. .lib
  13. *.i
  14. *.s
  15. *.e
  16. *.d
  17. pal.map
  18. # object file/libraries
  19. *.a
  20. *.o
  21. *.so
  22. # python
  23. *.pyc
  24. # sgx
  25. *.sig
  26. *.token
  27. *.cached
  28. .output.sgx_get_token.*
  29. .output.sgx_sign.*
  30. # gnu global
  31. GPATH
  32. GTAGS
  33. GSYMS
  34. GRTAGS
  35. # tags/etags
  36. tags
  37. TAGS
  38. # cscope
  39. cscope.*
  40. ncscope.*
  41. *cscope*