github.com/quantumghost/awgo@v0.15.0/.gitignore (about)

     1  
     2  # Godep
     3  /vendor/*
     4  
     5  # Tests that actually call Alfred
     6  *_private_test.go
     7  
     8  # Created by test
     9  /testenv
    10  /info.plist
    11  
    12  # Created by https://www.gitignore.io/api/go,atom,sublimetext,vim
    13  
    14  ### Go ###
    15  # Compiled Object files, Static and Dynamic libs (Shared Objects)
    16  *.o
    17  *.a
    18  *.so
    19  coverage.out
    20  
    21  # Folders
    22  _obj
    23  _test
    24  
    25  # Architecture specific extensions/prefixes
    26  *.[568vq]
    27  [568vq].out
    28  
    29  *.cgo1.go
    30  *.cgo2.c
    31  _cgo_defun.c
    32  _cgo_gotypes.go
    33  _cgo_export.*
    34  
    35  _testmain.go
    36  
    37  *.exe
    38  *.test
    39  *.prof
    40  
    41  
    42  #!! ERROR: atom is undefined. Use list command to see defined gitignore types !!#
    43  
    44  ### SublimeText ###
    45  # cache files for sublime text
    46  *.tmlanguage.cache
    47  *.tmPreferences.cache
    48  *.stTheme.cache
    49  
    50  # workspace files are user-specific
    51  *.sublime-workspace
    52  
    53  # project files should be checked into the repository, unless a significant
    54  # proportion of contributors will probably not be using SublimeText
    55  # *.sublime-project
    56  
    57  # sftp configuration file
    58  sftp-config.json
    59  
    60  # Package control specific files
    61  Package Control.last-run
    62  Package Control.ca-list
    63  Package Control.ca-bundle
    64  Package Control.system-ca-bundle
    65  Package Control.cache/
    66  Package Control.ca-certs/
    67  bh_unicode_properties.cache
    68  
    69  # Sublime-github package stores a github token in this file
    70  # https://packagecontrol.io/packages/sublime-github
    71  GitHub.sublime-settings
    72  
    73  
    74  ### Vim ###
    75  # swap
    76  [._]*.s[a-w][a-z]
    77  [._]s[a-w][a-z]
    78  # session
    79  Session.vim
    80  # temporary
    81  .netrwhist
    82  *~
    83  # auto-generated tag files
    84  tags
    85  .tags
    86  .tags1