From 9b9c10c1914739d19908b9745b13d7ddcf3575ff Mon Sep 17 00:00:00 2001 From: Marcio Barbosa Date: Wed, 20 Jul 2016 15:09:43 -0400 Subject: [PATCH] macos: pkgbuild.sh should not be tracked by git The automatically generated pkgbuild.sh file should not be tracked by git. To fix this problem, add the name of this file to the proper .gitignore file. Reviewed-on: https://gerrit.openafs.org/12343 Reviewed-by: Benjamin Kaduk Tested-by: Benjamin Kaduk (cherry picked from commit 19ffa2b7f09bffea816dda4713ad53f4d8cb93cb) Change-Id: I581f09deea271dd26e065d35dbf12d6c8480bb8f Reviewed-on: https://gerrit.openafs.org/12351 Reviewed-by: Marcio Brito Barbosa Tested-by: BuildBot Reviewed-by: Mark Vitale Reviewed-by: Stephan Wiesand --- src/packaging/MacOS/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/src/packaging/MacOS/.gitignore b/src/packaging/MacOS/.gitignore index 1b80709b6..368a41c56 100644 --- a/src/packaging/MacOS/.gitignore +++ b/src/packaging/MacOS/.gitignore @@ -8,6 +8,7 @@ /OpenAFS.info /OpenAFS.Description.plist /buildpkg.sh +/pkgbuild.sh /CellServDB .DS_Store *.mode1v3 -- 2.39.5