.gitignore 370 B

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