.hgignore 232 B

1234567891011121314151617181920212223242526272829
  1. syntax:glob
  2. .DS_Store
  3. .git
  4. .gitignore
  5. *.[568ao]
  6. *.ao
  7. *.so
  8. *.pyc
  9. ._*
  10. .nfs.*
  11. [568a].out
  12. *~
  13. *.orig
  14. *.rej
  15. *.exe
  16. .*.swp
  17. core
  18. *.cgo*.go
  19. *.cgo*.c
  20. _cgo_*
  21. _obj
  22. _test
  23. _testmain.go
  24. build.out
  25. test.out
  26. y.tab.[ch]
  27. syntax:regexp
  28. ^.*/core.[0-9]*$