From: Simon Wilkinson Date: Sat, 16 Apr 2011 13:50:11 +0000 (+0100) Subject: FreeBSD: Don't ignore Makefile X-Git-Tag: openafs-devel-1_7_1~593 X-Git-Url: https://git.openafs.org/?p=openafs.git;a=commitdiff_plain;h=a1eed135d29f1030cdd409e9d9c824e6cd2a5f83 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 0000000..2460008 --- /dev/null +++ b/src/packaging/FreeBSD/.gitignore @@ -0,0 +1 @@ +!Makefile