github.com/developest/gtm-enhanced@v1.0.4-0.20220111132249-cc80a3372c3f/.gitignore (about)

     1  ### https://raw.github.com/github/gitignore/5c9413f5020769ed86014d092967420e89688633/Global/OSX.gitignore
     2  
     3  .DS_Store
     4  .AppleDouble
     5  .LSOverride
     6  
     7  # Icon must end with two \r
     8  Icon
     9  
    10  
    11  # Thumbnails
    12  ._*
    13  
    14  # Files that might appear in the root of a volume
    15  .DocumentRevisions-V100
    16  .fseventsd
    17  .Spotlight-V100
    18  .TemporaryItems
    19  .Trashes
    20  .VolumeIcon.icns
    21  
    22  # Directories potentially created on remote AFP share
    23  .AppleDB
    24  .AppleDesktop
    25  Network Trash Folder
    26  Temporary Items
    27  .apdisk
    28  
    29  
    30  ### https://raw.github.com/github/gitignore/5c9413f5020769ed86014d092967420e89688633/Go.gitignore
    31  
    32  # Compiled Object files, Static and Dynamic libs (Shared Objects)
    33  *.o
    34  *.a
    35  *.so
    36  
    37  # Folders
    38  _obj
    39  _test
    40  
    41  # Architecture specific extensions/prefixes
    42  *.[568vq]
    43  [568vq].out
    44  
    45  *.cgo1.go
    46  *.cgo2.c
    47  _cgo_defun.c
    48  _cgo_gotypes.go
    49  _cgo_export.*
    50  
    51  _testmain.go
    52  
    53  *.exe
    54  *.test
    55  *.prof
    56  
    57  gtm
    58  ### https://raw.github.com/github/gitignore/10eb19db07e36f5b8b26315ec90e27c5e82a4b47/Global/Vagrant.gitignore
    59  
    60  .vagrant/
    61  ### https://raw.github.com/github/gitignore/10eb19db07e36f5b8b26315ec90e27c5e82a4b47/Global/Vim.gitignore
    62  
    63  # swap
    64  [._]*.s[a-w][a-z]
    65  [._]s[a-w][a-z]
    66  # session
    67  Session.vim
    68  # temporary
    69  .netrwhist
    70  *~
    71  # auto-generated tag files
    72  tags
    73  
    74  /.idea/
    75  
    76  /bin/
    77  /build
    78  /venv
    79  /go_build*
    80  /gtm_tests
    81  *.png
    82  *.jpg
    83  /.gtm/