From d369f4e5c9f975d370ee1aa7546fe9da80e1e118 Mon Sep 17 00:00:00 2001 From: Cheyenne Wills Date: Fri, 20 Mar 2020 12:03:48 -0600 Subject: [PATCH] tests: Add cache-t to .gitignore in tests/opr Commit 48fbb45 (opr: Introduce opr_cache) added a new test (cache-t), but did not update the .gitignore file for it. Change-Id: I6de6130257a62f495ac942c05937eb109ce84a75 Reviewed-on: https://gerrit.openafs.org/14102 Tested-by: BuildBot Reviewed-by: Benjamin Kaduk --- tests/opr/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/opr/.gitignore b/tests/opr/.gitignore index 1941a93685..f7b33fe390 100644 --- a/tests/opr/.gitignore +++ b/tests/opr/.gitignore @@ -10,3 +10,4 @@ /time-t /uuid-t /softsig-helper +/cache-t