github.com/kilpkonn/gtm-enhanced@v1.3.5/.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  /.gtm/
    62  ### https://raw.github.com/github/gitignore/10eb19db07e36f5b8b26315ec90e27c5e82a4b47/Global/Vim.gitignore
    63  
    64  # swap
    65  [._]*.s[a-w][a-z]
    66  [._]s[a-w][a-z]
    67  # session
    68  Session.vim
    69  # temporary
    70  .netrwhist
    71  *~
    72  # auto-generated tag files
    73  tags
    74  
    75  /.idea/
    76  
    77  /bin/