From c4939de47dc2c84d4acaf5a5deec46298f3dabe9 Mon Sep 17 00:00:00 2001 From: Michael Meffie Date: Wed, 18 Dec 2024 21:20:43 -0500 Subject: [PATCH] DARWIN: Ignore more build artifacts Several build artifacts are missing from the gitignore rules when building on macOS. For example: $ git status --porcelain ?? src/libafs/afs.x86_darwin_210.plist ?? src/platform/DARWIN/PrivilegedHelper/org.openafs.privhelper Update the gitignore rules to ignore generated darwin plist files and the prefpane "privileged helper" binary. Change-Id: I684ec9edde3da76cc83a644f0150da800f6f3db5 Reviewed-on: https://gerrit.openafs.org/16002 Tested-by: BuildBot Reviewed-by: Andrew Deason Reviewed-by: Michael Meffie Reviewed-by: Marcio Brito Barbosa Reviewed-by: Mark Vitale --- src/libafs/.gitignore | 3 +-- src/platform/DARWIN/PrivilegedHelper/.gitignore | 5 +++++ 2 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 src/platform/DARWIN/PrivilegedHelper/.gitignore diff --git a/src/libafs/.gitignore b/src/libafs/.gitignore index cfd0375265..f54e6784d9 100644 --- a/src/libafs/.gitignore +++ b/src/libafs/.gitignore @@ -10,8 +10,7 @@ /MakefileProto.* !/MakefileProto.*.in /afs -/afs.x86_darwin_90.plist -/afs.x86_darwin_100.plist +/afs.*_darwin_*.plist /afsint /asm /asm-generic diff --git a/src/platform/DARWIN/PrivilegedHelper/.gitignore b/src/platform/DARWIN/PrivilegedHelper/.gitignore new file mode 100644 index 0000000000..6a9f03e6cb --- /dev/null +++ b/src/platform/DARWIN/PrivilegedHelper/.gitignore @@ -0,0 +1,5 @@ +# After changing this file, please run +# git ls-files -i --exclude-standard +# to check that you haven't inadvertently ignored any tracked files. + +/org.openafs.privhelper