github.com/blong14/gache@v0.0.0-20240124023949-89416fd8bbfa/.gitignore (about)

     1  # Binaries for programs and plugins
     2  *.exe
     3  *.exe~
     4  *.dll
     5  *.so
     6  *.dylib
     7  *.pyc
     8  
     9  # Test binary, build with `go test -c`
    10  *.test
    11  *.dat
    12  
    13  # Output of the go coverage tool, specifically when used with LiteIDE
    14  *.out
    15  build-*
    16  
    17  # Directories
    18  .deps
    19  .idea
    20  bin
    21  data/
    22  venv/
    23  internal/c/jemalloc/*
    24  !internal/c/jemalloc/build.mk