gopkg.in/hedzr/errors.v3@v3.3.1/.gitignore (about)

     1  .idea/
     2  *.iml
     3  tmp/
     4  try*/
     5  bash.comp.1/
     6  test_try/
     7  man*/
     8  *.1
     9  *.2
    10  *.3
    11  *.4
    12  *.5
    13  *.6
    14  *.7
    15  *.8
    16  *.bak
    17  .vagrant/
    18  
    19  .tmp.*
    20  *.code-workspace
    21  go.work*
    22  *.local
    23  .env*
    24  *.profile
    25  
    26  *-master
    27  *-devel
    28  *-main
    29  
    30  .DS\_Store
    31  #*.out
    32  *.pprof
    33  *.prof
    34  *.log
    35  *.tgz
    36  *.tar
    37  *.gz
    38  *.bz2
    39  *.xz
    40  *.zip
    41  *.pkg
    42  *.rar
    43  *.deb
    44  *.rpm
    45  *.dmg
    46  #*.exe
    47  coverage.txt
    48  cover.out
    49  cover.html
    50  profile.cov
    51  *___jb_old___
    52  fossa-result.json
    53  
    54  bin/
    55  dist/
    56  output/
    57  target/
    58  save/
    59  sav/
    60  SAV/
    61  SAVE/
    62  ref/
    63  
    64  *.info.json
    65  *.info.txt
    66  *.webp
    67  *.webm
    68  *.flv
    69  *.mp4
    70  *.vtt
    71  you-dl-1
    72  
    73  *.db
    74  *.db3
    75  *.db-journal
    76  
    77  *.txt
    78  b.sh
    79  sync.sh
    80  
    81  ##################################################################### Go
    82  
    83  # Binaries for programs and plugins
    84  *.exe
    85  *.exe~
    86  *.dll
    87  *.so
    88  *.dylib
    89  
    90  # Test binary, built with `go test -c`
    91  *.test
    92  
    93  # Output of the go coverage tool, specifically when used with LiteIDE
    94  *.out
    95  
    96  # Dependency directories (remove the comment below to include it)
    97  # vendor/
    98  
    99  ##################################################################### C++
   100  
   101  # Prerequisites
   102  *.d
   103  
   104  # Compiled Object files
   105  *.slo
   106  *.lo
   107  *.o
   108  *.obj
   109  
   110  # Precompiled Headers
   111  *.gch
   112  *.pch
   113  
   114  # Compiled Dynamic libraries
   115  #*.so
   116  #*.dylib
   117  #*.dll
   118  
   119  # Fortran module files
   120  #*.mod
   121  *.smod
   122  
   123  # Compiled Static libraries
   124  *.lai
   125  *.la
   126  *.a
   127  *.lib
   128  
   129  # Executables
   130  #*.exe
   131  #*.out
   132  *.app
   133  
   134  ##################################################################### CMake
   135  
   136  CMakeLists.txt.user
   137  CMakeCache.txt
   138  CMakeFiles
   139  CMakeScripts
   140  Testing
   141  #Makefile
   142  cmake_install.cmake
   143  install_manifest.txt
   144  compile_commands.json
   145  CTestTestfile.cmake
   146  _deps
   147  cmake-*/
   148  
   149  ##################################################################### Linux
   150  
   151  *~
   152  
   153  # temporary files which can be created if a process still has a handle open of a deleted file
   154  .fuse_hidden*
   155  
   156  # KDE directory preferences
   157  .directory
   158  
   159  # Linux trash folder which might appear on any partition or disk
   160  .Trash-*
   161  
   162  # .nfs files are created when an open file is removed but is still being accessed
   163  .nfs*
   164  
   165  ##################################################################### Windows
   166  
   167  # Windows thumbnail cache files
   168  Thumbs.db
   169  Thumbs.db:encryptable
   170  ehthumbs.db
   171  ehthumbs_vista.db
   172  
   173  # Dump file
   174  *.stackdump
   175  
   176  # Folder config file
   177  [Dd]esktop.ini
   178  
   179  # Recycle Bin used on file shares
   180  $RECYCLE.BIN/
   181  
   182  # Windows Installer files
   183  *.cab
   184  *.msi
   185  *.msix
   186  *.msm
   187  *.msp
   188  
   189  # Windows shortcuts
   190  *.lnk
   191  
   192  ##################################################################### macOS
   193  
   194  # General
   195  .DS_Store
   196  .AppleDouble
   197  .LSOverride
   198  
   199  # Icon must end with two \r
   200  Icon
   201  
   202  # Thumbnails
   203  ._*
   204  
   205  # Files that might appear in the root of a volume
   206  .DocumentRevisions-V100
   207  .fseventsd
   208  .Spotlight-V100
   209  .TemporaryItems
   210  .Trashes
   211  .VolumeIcon.icns
   212  .com.apple.timemachine.donotpresent
   213  
   214  # Directories potentially created on remote AFP share
   215  .AppleDB
   216  .AppleDesktop
   217  Network Trash Folder
   218  Temporary Items
   219  .apdisk