Added ldap_config.py and gunicorn_config.py to .gitignore file. File locations are consistent with the instalation guide

This commit is contained in:
Ben Marti 2017-01-18 13:00:23 -08:00
parent 74e48fc490
commit f55eb57956

2
.gitignore vendored
View File

@ -6,3 +6,5 @@
!upgrade.sh !upgrade.sh
fabfile.py fabfile.py
*.swp *.swp
/netbox/netbox/ldap_config.py
gunicorn_config.py