devops-coop / ansible-haproxy

Installs and configure HAProxy
Apache License 2.0
96 stars 97 forks source link

please add .pyc files to .gitignore #96

Closed gmorse81 closed 7 years ago

gmorse81 commented 7 years ago

flatten.py creates flatten.pyc which can cause repository sync issues under certain circumstances in ansible tower.

benwebber commented 7 years ago

Done. I'm curious what you mean, though, because I don't use Ansible Tower. Does that imply someone or something is running git commit -a to add the byte code to the repository?