.gitignore 336 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. # No editor backup files.
  2. *.sw*
  3. *.backup
  4. *.orig
  5. \#*#
  6. *~
  7. .lib
  8. *.i
  9. *.s
  10. *.e
  11. *.d
  12. pal.map
  13. # object file/libraries
  14. *.a
  15. *.o
  16. *.so
  17. *.so.*
  18. # python
  19. *.pyc
  20. # sgx
  21. *.manifest.sgx
  22. *.sig
  23. *.token
  24. *.cached
  25. .output.sgx_get_token.*
  26. .output.sgx_sign.*
  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*