From 19ffa2b7f09bffea816dda4713ad53f4d8cb93cb 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. Change-Id: I9bdbad8e7cc02926de61e337ccb94d8a2c27ae43 Reviewed-on: https://gerrit.openafs.org/12343 Reviewed-by: Benjamin Kaduk Tested-by: Benjamin Kaduk --- src/packaging/MacOS/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/src/packaging/MacOS/.gitignore b/src/packaging/MacOS/.gitignore index 1b80709b6e..368a41c56b 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