diff options
author | Valery Piashchynski <[email protected]> | 2022-01-15 15:52:23 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2022-01-15 15:52:23 +0300 |
commit | 65541b95a6ebc72aef818f1d2e4b0dc721f59e22 (patch) | |
tree | d9dbe5577c72810fadf1f2bc1e5fcee889fda983 /.gitignore | |
parent | 5254c8eb27311e2a8a53a4c90c3829cf1238c563 (diff) |
initial commit
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to '.gitignore')
-rwxr-xr-x | .gitignore | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -9,10 +9,6 @@ # Test binary, built with `go test -c` *.test -unit_tests -unit_tests_copied -dir1 -coverage-ci # Output of the go coverage tool, specifically when used with LiteIDE *.out @@ -20,11 +16,15 @@ coverage-ci # Dependency directories (remove the comment below to include it) # vendor/ .idea -composer.lock -vendor builds/ tests/vendor/ +unit_tests +unit_tests_copied +dir1 +coverage +/rr +rr.exe +.rr-sample-bench.yaml +.rr-with-temporal.yaml .rr-sample.yaml -cmd -rr -**/old +.rr-sample-bench-* |