...

Text file src/github.com/dimchansky/utfbom/.gitignore

Documentation: github.com/dimchansky/utfbom

     1# Binaries for programs and plugins
     2*.exe
     3*.dll
     4*.so
     5*.dylib
     6*.o
     7*.a
     8
     9# Folders
    10_obj
    11_test
    12
    13# Architecture specific extensions/prefixes
    14*.[568vq]
    15[568vq].out
    16
    17*.cgo1.go
    18*.cgo2.c
    19_cgo_defun.c
    20_cgo_gotypes.go
    21_cgo_export.*
    22
    23_testmain.go
    24
    25*.prof
    26
    27# Test binary, build with `go test -c`
    28*.test
    29
    30# Output of the go coverage tool, specifically when used with LiteIDE
    31*.out
    32
    33# Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736
    34.glide/
    35
    36# Gogland
    37.idea/

View as plain text