"Fossies" - the Fresh Open Source Software Archive

Member "gdrive-2.1.1/vendor/github.com/sabhiram/go-git-ignore/.gitignore" (28 May 2021, 306 Bytes) of package /linux/misc/gdrive-2.1.1.tar.gz:


As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 # Package test fixtures
    2 test_fixtures
    3 
    4 # Compiled Object files, Static and Dynamic libs (Shared Objects)
    5 *.o
    6 *.a
    7 *.so
    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 *.exe
   26 *.test
   27 *.prof
   28