From: Daniel Farrell Date: Mon, 2 Oct 2017 15:11:47 +0000 (-0400) Subject: Ignore deb build dir in coala/git X-Git-Tag: release/carbon-sr2~9 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F72%2F63872%2F2;p=integration%2Fpackaging.git Ignore deb build dir in coala/git Change-Id: I2ea1f01fba0228e31a3926a28c7a5ddaa58f28e3 Signed-off-by: Daniel Farrell --- diff --git a/.coafile b/.coafile index d0783e4..654a2be 100644 --- a/.coafile +++ b/.coafile @@ -19,6 +19,7 @@ ignore = .tox/**, **.rpm, **.pyc, packages/deb/templates/rules_template, + packages/deb/opendaylight**, packages/**/cache/distribution-karaf-**, packages/**/cache/karaf-** diff --git a/.gitignore b/.gitignore index 7867ccb..10f24b2 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,6 @@ report.html # Archives *.tar.gz *.zip + +# Other +packages/deb/opendaylight/*