X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=.gitignore;h=7978d68b76edd725e1df2567f81e9e076481ded1;hb=HEAD;hp=552cf187ae83b5368a96d595c43bc84fb347629e;hpb=47ce87877b1e2d4f34bb93fe6c7d88785b318cd5;p=gostls13.git diff --git a/.gitignore b/.gitignore index 552cf187ae..7978d68b76 100644 --- a/.gitignore +++ b/.gitignore @@ -31,15 +31,22 @@ _testmain.go /pkg/ /src/*.*/ /src/cmd/cgo/zdefaultcc.go -/src/cmd/go/zdefaultcc.go -/src/cmd/go/zosarch.go -/src/cmd/internal/obj/zbootstrap.go +/src/cmd/dist/dist +/src/cmd/go/internal/cfg/zdefaultcc.go +/src/cmd/internal/objabi/zbootstrap.go /src/go/build/zcgo.go /src/go/doc/headscan +/src/internal/buildcfg/zbootstrap.go /src/runtime/internal/sys/zversion.go /src/unicode/maketables +/src/time/tzdata/zzipdata.go /test.out /test/garbage/*.out /test/pass.out /test/run.out /test/times.out + +# This file includes artifacts of Go build that should not be checked in. +# For files created by specific development environment (e.g. editor), +# use alternative ways to exclude files from git. +# For example, set up .git/info/exclude or use a global .gitignore.