From bd4c636e9169cc098696916a40da1301c3100d88 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Wed, 30 Dec 2009 20:33:14 -0800 Subject: [PATCH] Update .gitignore for copied rxkad files src/rxkad/Makefile copies fcrypt.h and sboxes.h from the domestic subdirectory, so ignore the copies in the src/rxkad directory. Change-Id: I263c8f5ea45c3c6b32bc377f6451424477d255a2 Reviewed-on: http://gerrit.openafs.org/1052 Reviewed-by: Derrick Brashear Tested-by: Derrick Brashear --- src/rxkad/.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/rxkad/.gitignore b/src/rxkad/.gitignore index 5fcd2d7..039efdf 100644 --- a/src/rxkad/.gitignore +++ b/src/rxkad/.gitignore @@ -2,6 +2,8 @@ # 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 -- 1.9.4