github.com/ggreg80/ketos@v0.0.0-20171109040536-049616f51ddb/.gitignore (about)

     1  # apple nonsense
     2  .DS_Store
     3  ._*
     4  
     5  # xcbuild building results
     6  /xcb
     7  /chr
     8  /libketos-hookroot.so
     9  /libketos-hookroot.h
    10  
    11  # vim
    12  .*.sw?
    13  
    14  # local test
    15  /taste/
    16  
    17  # exclude golang vendor
    18  /vendor/