From 0aa435c5f9b91fca111a92c6559b861c5d451d04 Mon Sep 17 00:00:00 2001 From: Simon Wilkinson Date: Wed, 8 Sep 2010 08:31:02 +0100 Subject: [PATCH] auth: Add a gitignore file for the test directory The auth/test directory is optionally built, and so had missed getting a .gitignore file. Add one now. Change-Id: I0cd49d05446871a250f93123435c4b2ac19e45e5 Reviewed-on: http://gerrit.openafs.org/2742 Reviewed-by: Derrick Brashear Tested-by: Derrick Brashear --- src/auth/test/.gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/auth/test/.gitignore diff --git a/src/auth/test/.gitignore b/src/auth/test/.gitignore new file mode 100644 index 0000000..d9008e8 --- /dev/null +++ b/src/auth/test/.gitignore @@ -0,0 +1,3 @@ +/ktctest +/testcellconf + -- 1.9.4