github.com/go-asm/go@v1.21.1-0.20240213172139-40c5ead50c48/.gitignore (about)

     1  # go-asm/assembler project generated files to ignore
     2  #  if you want to ignore files created by your editor/tools,
     3  #  please consider a global .gitignore https://help.github.com/articles/ignoring-files
     4  #  please do not open a pull request to add something created by your editor or tools
     5  
     6  # github/gitignore/Go.gitignore
     7  # Binaries for programs and plugins
     8  *.exe
     9  *.exe~
    10  *.dll
    11  *.so
    12  *.dylib
    13  
    14  # Test binary, built with `go test -c`
    15  *.test
    16  
    17  # Output of the go coverage tool, specifically when used with LiteIDE
    18  *.out
    19  
    20  # Dependency directories (remove the comment below to include it)
    21  vendor/
    22  
    23  # Compiled Object files, Static and Dynamic libs (Shared Objects)
    24  *.o
    25  *.a
    26  
    27  # Folders
    28  _obj
    29  _test
    30  
    31  # Architecture specific extensions/prefixes
    32  *.[568vq]
    33  [568vq].out
    34  
    35  # cgo generated
    36  *.cgo1.go
    37  *.cgo2.c
    38  _cgo_defun.c
    39  _cgo_gotypes.go
    40  _cgo_export.*
    41  
    42  # test generated
    43  _testmain.go
    44  
    45  # benchmark
    46  old.txt
    47  new.txt
    48  bench.txt
    49  
    50  # profile
    51  *.pprof
    52  
    53  # coverage
    54  coverage.out
    55  
    56  !**/testdata/*.test