From 2c6151499ebe9b782d9c1fde2d4a218fac9cf430 Mon Sep 17 00:00:00 2001 From: Jens Harbott Date: Fri, 31 May 2019 13:32:10 +0000 Subject: [PATCH] Removing existing dirs from .gitignore There are a couple of dirs present in the neutron tree that have erroneously been added to the .gitignore file with [0]. Drop those so that content there may be regularly updated again. Affected directories: - bin/ - neutron/tests/functional/agent/linux/bin/ - devstack/lib/ - neutron/tests/var/ [0] https://review.opendev.org/632094 Change-Id: Id56f61965bfc4ba3dcce3319cfda467d89f897b1 --- .gitignore | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitignore b/.gitignore index f968521fdce..67cd4cf8d65 100644 --- a/.gitignore +++ b/.gitignore @@ -22,12 +22,9 @@ dist build eggs parts -bin -var sdist develop-eggs .installed.cfg -lib lib64 # Installer logs