From f55eb579568c7848eb33f0497b8f214551c8bf25 Mon Sep 17 00:00:00 2001 From: Ben Marti Date: Wed, 18 Jan 2017 13:00:23 -0800 Subject: [PATCH] Added ldap_config.py and gunicorn_config.py to .gitignore file. File locations are consistent with the instalation guide --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 4fc377333..130a909e0 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,5 @@ !upgrade.sh fabfile.py *.swp +/netbox/netbox/ldap_config.py +gunicorn_config.py