From: Russ Allbery Date: Thu, 31 Dec 2009 04:33:14 +0000 (-0800) Subject: Update .gitignore for copied rxkad files X-Git-Tag: openafs-devel-1_5_69~69 X-Git-Url: https://git.openafs.org/?p=openafs.git;a=commitdiff_plain;h=bd4c636e9169cc098696916a40da1301c3100d88 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 --- 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