github.com/AndrewDeryabin/doublestar/v4@v4.0.0-20230123132908-d9476b7d41be/.gitignore (about)

     1  # vi
     2  *~
     3  *.swp
     4  *.swo
     5  
     6  # Compiled Object files, Static and Dynamic libs (Shared Objects)
     7  *.o
     8  *.a
     9  *.so
    10  
    11  # Folders
    12  _obj
    13  _test
    14  
    15  # Architecture specific extensions/prefixes
    16  *.[568vq]
    17  [568vq].out
    18  
    19  *.cgo1.go
    20  *.cgo2.c
    21  _cgo_defun.c
    22  _cgo_gotypes.go
    23  _cgo_export.*
    24  
    25  _testmain.go
    26  
    27  *.exe
    28  *.test
    29  *.prof
    30  
    31  # test directory
    32  test/