summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x.gitignore11
1 files changed, 5 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore
index 431af2e0..2dd4c6ea 100755
--- a/.gitignore
+++ b/.gitignore
@@ -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