/.gitignore

http://github.com/petar/GoHTTP · gitignore · 24 lines · 23 code · 1 blank · 0 comment · 0 complexity · e31af6c5d5256362da80461e4a84d131 MD5 · raw file

  1. syntax:glob
  2. *.[568ao]
  3. *.ao
  4. *.so
  5. *.pyc
  6. *.swp
  7. *.swo
  8. ._*
  9. .nfs.*
  10. [568a].out
  11. *~
  12. *.orig
  13. *.pb.go
  14. core
  15. _obj
  16. _test
  17. src/pkg/Make.deps
  18. _testmain.go
  19. http/gg
  20. syntax:regexp
  21. ^pkg/
  22. ^src/cmd/(.*)/6?\1$
  23. ^.*/core.[0-9]*$