.gitignore raw

   1  /bin
   2  .DS_Store
   3  /vendor
   4  cover.html
   5  cover.out
   6  lint.log
   7  
   8  # Binaries
   9  *.test
  10  
  11  # Profiling output
  12  *.prof
  13  
  14  # Output of fossa analyzer
  15  /fossa
  16