.gitignore 374 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  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. # object file/libraries
  18. *.a
  19. *.o
  20. *.so
  21. # python
  22. *.pyc
  23. # sgx
  24. *.sig
  25. *.token
  26. *.cached
  27. # gnu global
  28. GPATH
  29. GTAGS
  30. GSYMS
  31. GRTAGS
  32. # tags/etags
  33. tags
  34. TAGS
  35. # cscope
  36. cscope.*
  37. ncscope.*
  38. *cscope*