.gitignore 382 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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. # gnu global
  29. GPATH
  30. GTAGS
  31. GSYMS
  32. GRTAGS
  33. # tags/etags
  34. tags
  35. TAGS
  36. # cscope
  37. cscope.*
  38. ncscope.*
  39. *cscope*