...

Text file src/github.com/chenzhuoyu/base64x/.gitignore

Documentation: github.com/chenzhuoyu/base64x

     1*.o
     2*.swp
     3*.swm
     4*.swn
     5*.a
     6*.so
     7_obj
     8_test
     9*.[568vq]
    10[568vq].out
    11*.cgo1.go
    12*.cgo2.c
    13_cgo_defun.c
    14_cgo_gotypes.go
    15_cgo_export.*
    16_testmain.go
    17*.exe
    18*.exe~
    19*.test
    20*.prof
    21*.rar
    22*.zip
    23*.gz
    24*.psd
    25*.bmd
    26*.cfg
    27*.pptx
    28*.log
    29*nohup.out
    30*settings.pyc
    31*.sublime-project
    32*.sublime-workspace
    33.DS_Store
    34/.idea/
    35/.vscode/
    36/output/
    37/vendor/
    38/Gopkg.lock
    39/Gopkg.toml
    40coverage.html
    41coverage.out
    42coverage.xml
    43junit.xml

View as plain text