github.com/karrick/go@v0.0.0-20170817181416-d5b0ec858b37/.gitignore (about)

     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  
    22  /VERSION.cache
    23  /bin/
    24  /build.out
    25  /doc/articles/wiki/*.bin
    26  /goinstall.log
    27  /last-change
    28  /misc/cgo/life/run.out
    29  /misc/cgo/stdio/run.out
    30  /misc/cgo/testso/main
    31  /pkg/
    32  /src/*.*/
    33  /src/cmd/cgo/zdefaultcc.go
    34  /src/cmd/go/internal/cfg/zdefaultcc.go
    35  /src/cmd/go/internal/cfg/zosarch.go
    36  /src/cmd/internal/objabi/zbootstrap.go
    37  /src/go/build/zcgo.go
    38  /src/go/doc/headscan
    39  /src/runtime/internal/sys/zversion.go
    40  /src/unicode/maketables
    41  /test.out
    42  /test/garbage/*.out
    43  /test/pass.out
    44  /test/run.out
    45  /test/times.out
    46  
    47  # This file includes artifacts of Go build that should not be checked in.
    48  # For files created by specific development environment (e.g. editor),
    49  # use alternative ways to exclude files from git.
    50  # For example, set up .git/info/exclude or use a global .gitignore.