aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorEric Biggers <ebiggers@google.com>2020-05-09 14:04:47 -0700
committerEric Biggers <ebiggers@google.com>2020-05-09 14:04:47 -0700
commit3619eed4515cf51161cfa7c57be4f330cd07e377 (patch)
treef09f6f8963088dc05fa62e4a6e4003a8825c697f /.gitignore
parent5716215ceae3ab8b49a7b2ba410cb51a82c3176b (diff)
Add cli-tests framework
Add a framework for writing automated tests of the fscrypt command-line tool. See cli-tests/README.md for details.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 666fe16..ca3e70e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,6 +8,7 @@ bin/staticcheck
bin/gocovmerge
bin/misspell
bin/config
+cli-tests/*.out.actual
*coverage.out
.vscode
tags