From 82afc0973c40f304c10e080f069908efc3a27bde Mon Sep 17 00:00:00 2001 From: Ryan Beisner Date: Tue, 9 Jul 2019 16:27:40 -0500 Subject: [PATCH] Ignore build, layers, and interfaces dirs --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 23630d6..45f7362 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,7 @@ .tox +build +layers +interfaces .stestr *__pycache__* *.pyc