/.gitignore
http://github.com/petar/GoHTTP · gitignore · 24 lines · 23 code · 1 blank · 0 comment · 0 complexity · e31af6c5d5256362da80461e4a84d131 MD5 · raw file
- syntax:glob
- *.[568ao]
- *.ao
- *.so
- *.pyc
- *.swp
- *.swo
- ._*
- .nfs.*
- [568a].out
- *~
- *.orig
- *.pb.go
- core
- _obj
- _test
- src/pkg/Make.deps
- _testmain.go
- http/gg
- syntax:regexp
- ^pkg/
- ^src/cmd/(.*)/6?\1$
- ^.*/core.[0-9]*$