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 <buildbot@rampaginggeek.com>
Reviewed-by: Andrew Deason <adeason@sinenomine.net>
Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
Reviewed-by: Marcio Brito Barbosa <mbarbosa@sinenomine.net>
Reviewed-by: Mark Vitale <mvitale@sinenomine.net>
This commit is contained in:
Michael Meffie 2024-12-18 21:20:43 -05:00 committed by Andrew Deason
parent b0e852bc1a
commit c4939de47d
2 changed files with 6 additions and 2 deletions

View File

@ -10,8 +10,7 @@
/MakefileProto.* /MakefileProto.*
!/MakefileProto.*.in !/MakefileProto.*.in
/afs /afs
/afs.x86_darwin_90.plist /afs.*_darwin_*.plist
/afs.x86_darwin_100.plist
/afsint /afsint
/asm /asm
/asm-generic /asm-generic

View File

@ -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