From: Simon Wilkinson Date: Sat, 16 Apr 2011 13:50:11 +0000 (+0100) Subject: FreeBSD: Don't ignore Makefile X-Git-Tag: upstream/1.8.0_pre1^2~3845 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=a1eed135d29f1030cdd409e9d9c824e6cd2a5f83;p=packages%2Fo%2Fopenafs.git FreeBSD: Don't ignore Makefile The file src/packaging/FreeBSD/Makefile is part of the repository, and so shouldn't be excluded by .gitignore (the exclusion is inherited from the top level). So, restore it with .gitignore in this directory. Change-Id: I841e67aba707fd7193ba0d15a11f969ffd55829c Reviewed-on: http://gerrit.openafs.org/4495 Reviewed-by: Derrick Brashear Tested-by: Derrick Brashear --- diff --git a/src/packaging/FreeBSD/.gitignore b/src/packaging/FreeBSD/.gitignore new file mode 100644 index 000000000..24600083d --- /dev/null +++ b/src/packaging/FreeBSD/.gitignore @@ -0,0 +1 @@ +!Makefile