From e50d997577777a4d3bb9acb0188b25267a90d347 Mon Sep 17 00:00:00 2001 From: Joe Fiorini Date: Thu, 16 Jul 2015 16:08:38 -0400 Subject: [PATCH] Only ignore build directory at root --- .gitignore | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index cc85a598c3..6efedbb024 100644 --- a/.gitignore +++ b/.gitignore @@ -23,10 +23,10 @@ awx/ui/dist # Python & setuptools __pycache__ -build -deb-build -rpm-build -tar-build +/build +/deb-build +/rpm-build +/tar-build /dist *.egg-info *.py[c,o]