.gitignore raw

   1  # Binaries for programs and plugins
   2  *.exe
   3  *.exe~
   4  *.dll
   5  *.so
   6  *.dylib
   7  badger/badger-*
   8  
   9  # Test binary, build with `go test -c`
  10  *.test
  11  badger-test*/
  12  
  13  # Output of the go coverage tool
  14  *.out
  15  
  16  #darwin
  17  .DS_Store
  18  
  19