From: Marcel Wysocki Date: Fri, 31 Oct 2014 23:26:29 +0000 (-0700) Subject: Add config/compile to config/.gitignore X-Git-Tag: zfs-0.8.0-rc1~152^2~204 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7f118e836e3533d85aa0f859eb463cf9e54dc3fc;p=zfs Add config/compile to config/.gitignore This file may be added by automake and therefore should be added to config/.gitignore. For the full list of possible auxiliary programs see the full automake documentation. http://www.gnu.org/software/automake/manual/automake.html#Auxiliary-Programs Signed-off-by: Marcel Wysocki Signed-off-by: Brian Behlendorf --- diff --git a/config/.gitignore b/config/.gitignore index 12e6ecab1..cd811a0a9 100644 --- a/config/.gitignore +++ b/config/.gitignore @@ -1,3 +1,4 @@ +/compile /config.guess /config.sub /depcomp