From 076097cc6a1b7520e1f1ea473ea4a255d4cf978d Mon Sep 17 00:00:00 2001 From: Daniel Farrell Date: Mon, 2 Oct 2017 11:11:47 -0400 Subject: [PATCH] Ignore deb build dir in coala/git Change-Id: I2ea1f01fba0228e31a3926a28c7a5ddaa58f28e3 Signed-off-by: Daniel Farrell --- .coafile | 1 + .gitignore | 3 +++ 2 files changed, 4 insertions(+) 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/* -- 2.36.6