From c11d15f1d56bb2dd2fdb63d68d33bcee00ebeda8 Mon Sep 17 00:00:00 2001 From: Viktor Dukhovni Date: Wed, 16 Jul 2014 11:54:04 +1000 Subject: [PATCH] Ignore build artifacts in meta directory --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 114219516..db4a0a5f4 100644 --- a/.gitignore +++ b/.gitignore @@ -26,6 +26,7 @@ Makefile /postfix/man/cat1/* /postfix/man/cat5/* /postfix/man/cat8/* +/postfix/meta/* # Except .keep files !/postfix/lib/.keep @@ -35,6 +36,7 @@ Makefile !/postfix/man/cat1/.keep !/postfix/man/cat5/.keep !/postfix/man/cat8/.keep +!/postfix/meta/.keep # Compiled executables /postfix/src/anvil/anvil