github.com/nemith/go-gitlog@v0.0.2-0.20180205151741-6c79beb2287b/.gitignore (about)

     1  
     2  # Created by https://www.gitignore.io/api/osx,macos,go
     3  
     4  ### Go ###
     5  # Binaries for programs and plugins
     6  *.exe
     7  *.dll
     8  *.so
     9  *.dylib
    10  
    11  # Test binary, build with `go test -c`
    12  *.test
    13  
    14  # Output of the go coverage tool, specifically when used with LiteIDE
    15  *.out
    16  
    17  # Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736
    18  .glide/
    19  
    20  ### macOS ###
    21  *.DS_Store
    22  .AppleDouble
    23  .LSOverride
    24  
    25  # Icon must end with two \r
    26  Icon
    27  
    28  # Thumbnails
    29  ._*
    30  
    31  # Files that might appear in the root of a volume
    32  .DocumentRevisions-V100
    33  .fseventsd
    34  .Spotlight-V100
    35  .TemporaryItems
    36  .Trashes
    37  .VolumeIcon.icns
    38  .com.apple.timemachine.donotpresent
    39  
    40  # Directories potentially created on remote AFP share
    41  .AppleDB
    42  .AppleDesktop
    43  Network Trash Folder
    44  Temporary Items
    45  .apdisk
    46  
    47  ### OSX ###
    48  
    49  # Icon must end with two \r
    50  
    51  # Thumbnails
    52  
    53  # Files that might appear in the root of a volume
    54  
    55  # Directories potentially created on remote AFP share
    56  
    57  
    58  # End of https://www.gitignore.io/api/osx,macos,go