.gitignore 616 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. .DS_Store
  2. *.[56789ao]
  3. *.a[56789o]
  4. *.so
  5. *.pyc
  6. ._*
  7. .nfs.*
  8. [56789a].out
  9. *~
  10. *.orig
  11. *.rej
  12. *.exe
  13. .*.swp
  14. core
  15. *.cgo*.go
  16. *.cgo*.c
  17. _cgo_*
  18. _obj
  19. _test
  20. _testmain.go
  21. /VERSION.cache
  22. /bin/
  23. /build.out
  24. /doc/articles/wiki/*.bin
  25. /goinstall.log
  26. /last-change
  27. /misc/cgo/life/run.out
  28. /misc/cgo/stdio/run.out
  29. /misc/cgo/testso/main
  30. /pkg/
  31. /src/*.*/
  32. /src/cmd/cgo/zdefaultcc.go
  33. /src/cmd/go/zdefaultcc.go
  34. /src/cmd/go/zosarch.go
  35. /src/cmd/internal/obj/zbootstrap.go
  36. /src/go/build/zcgo.go
  37. /src/go/doc/headscan
  38. /src/runtime/internal/sys/zversion.go
  39. /src/unicode/maketables
  40. /test.out
  41. /test/garbage/*.out
  42. /test/pass.out
  43. /test/run.out
  44. /test/times.out