gRPC-haskell/.gitignore
Viacheslav Lotsmanov 2cf0feb689
Add missing pipes and tasty-hunit for the nix-shell
So that now the tests can be ran successfully by:

```
cabal configure --enable-tests && cabal build && cabal test
```
2022-07-29 14:27:54 +03:00

15 lines
189 B
Plaintext

dist
.stack-work/
*.pyc
*.pyo
*.o
examples/echo/echo-cpp/echo-client
examples/echo/echo-cpp/echo-server
benchmarks.html
result
*~
cabal.project.local*
dist-newstyle/
tests/py-tmp
tests/tmp