...

Text file src/github.com/letsencrypt/boulder/.gitignore

Documentation: github.com/letsencrypt/boulder

     1# Compiled Object files, Static and Dynamic libs (Shared Objects)
     2*.o
     3*.a
     4*.so
     5*.pyc
     6
     7# Folders
     8_obj
     9_test
    10bin
    11.gocache
    12
    13# Architecture specific extensions/prefixes
    14*.[568vq]
    15[568vq].out
    16
    17# Vim swap files
    18*.sw?
    19
    20*.cgo1.go
    21*.cgo2.c
    22_cgo_defun.c
    23_cgo_gotypes.go
    24_cgo_export.*
    25
    26_testmain.go
    27
    28*.sw?
    29*.exe
    30*.test
    31*.prof
    32*.coverprofile
    33
    34tags
    35
    36# IDE support files
    37.idea
    38
    39.vscode/*
    40.hierarchy/
    41.softhsm-tokens/
    42
    43# ProxySQL log files
    44test/proxysql/*.log*

View as plain text