diff options
author | Valery Piashchynski <[email protected]> | 2021-02-02 00:53:57 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-02-02 00:53:57 +0300 |
commit | 7149a8ee1c0935bb5c8d13312ba66b78b9c4d174 (patch) | |
tree | 4363314c431db0fe477e53859b961e71d41f422a /.gitignore | |
parent | 0ee8c6ce423886c6a7776e9e3bfbed342178f94d (diff) |
Update .gitignore
Diffstat (limited to '.gitignore')
-rwxr-xr-x | .gitignore | 11 |
1 files changed, 5 insertions, 6 deletions
@@ -9,6 +9,10 @@ # Test binary, built with `go test -c` *.test +unit_tests +unit_tests_copied +dir1 +coverage # Output of the go coverage tool, specifically when used with LiteIDE *.out @@ -18,12 +22,7 @@ .idea composer.lock vendor -vendor_php builds/ tests/vendor/ .rr-sample.yaml -unit_tests -unit_tests_copied -dir1 -coverage -rr
\ No newline at end of file +cmd
\ No newline at end of file |