From f5036d6314d4161ab57f7f6bcc074e535289c1eb Mon Sep 17 00:00:00 2001 From: Simon Wilkinson Date: Mon, 26 Apr 2010 23:36:38 +0100 Subject: [PATCH] Overzealous .gitignore under rxkad The .gitignore in rxkad ignores sboxes.h and fcrypt.h, since they used to get copied there from the domestic subdir. Now that they actually live under rxkad, they souldn't be ignored. (with thanks to Marc for the commit message) Change-Id: I1dd6766e75c15ca7f5604601bbe5b4e67f4fffa6 Reviewed-on: http://gerrit.openafs.org/1848 Reviewed-by: Derrick Brashear Tested-by: Derrick Brashear --- src/rxkad/.gitignore | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/rxkad/.gitignore b/src/rxkad/.gitignore index 039efdfe5..5fcd2d702 100644 --- a/src/rxkad/.gitignore +++ b/src/rxkad/.gitignore @@ -2,8 +2,6 @@ # git ls-files -i --exclude-standard # to check that you haven't inadvertently ignored any tracked files. -/fcrypt.h /rxkad.h /rxkad_errs.c -/sboxes.h /fc_test -- 2.39.5