From e55d5e146ef094f1e062b323d48184c3e90476c0 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Wed, 19 Nov 2014 16:01:01 +0100 Subject: [PATCH] Ignore packaging related files when generating and archive --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitattributes b/.gitattributes index 35002d0cb..a24c99906 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,3 +3,7 @@ # Normalize puppet manifests' line endings to LF on checkin and prevent conversion to CRLF when the files are checked out .vagrant-puppet/* eol=lf + +# Ignore packaging related files when generating and archive +icingaweb2.spec export-ignore +packages export-ignore