mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 06:50:12 +00:00
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:
parent
b0e852bc1a
commit
c4939de47d
3
src/libafs/.gitignore
vendored
3
src/libafs/.gitignore
vendored
@ -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
|
||||
|
5
src/platform/DARWIN/PrivilegedHelper/.gitignore
vendored
Normal file
5
src/platform/DARWIN/PrivilegedHelper/.gitignore
vendored
Normal 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
|
Loading…
Reference in New Issue
Block a user