.gitignore 432 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. # Compiled Object files, Static and Dynamic libs (Shared Objects)
  2. *.o
  3. *.a
  4. *.so
  5. # Folders
  6. _obj
  7. _test
  8. # Architecture specific extensions/prefixes
  9. *.[568vq]
  10. [568vq].out
  11. *.cgo1.go
  12. *.cgo2.c
  13. _cgo_defun.c
  14. _cgo_gotypes.go
  15. _cgo_export.*
  16. _testmain.go
  17. *.exe
  18. *.test
  19. *.prof
  20. /.idea
  21. /backup
  22. /loopunroll/
  23. cpu.out
  24. mathtool/galois/
  25. mathtool/matrix/
  26. mem.out
  27. /examples/
  28. /.DS_Store
  29. /mathtool/cntinverse
  30. /invert
  31. /bakcup
  32. /buf.svg
  33. *.svg
  34. *.out
  35. /escape