clean exec bits from lib/ansible/*.py, ignore Eclipse/PyDev files

This commit is contained in:
Rafal Lewczuk 2012-04-14 21:35:51 +02:00
parent 31d4ee32d1
commit a87c77958c
7 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View file

@ -7,3 +7,6 @@ build
MANIFEST
dist
rpm-build
# Eclipse/PyDev stuff...
.project
.pydevproject

0
lib/ansible/__init__.py Executable file → Normal file
View file

0
lib/ansible/callbacks.py Executable file → Normal file
View file

0
lib/ansible/connection.py Executable file → Normal file
View file

0
lib/ansible/playbook.py Executable file → Normal file
View file

0
lib/ansible/runner.py Executable file → Normal file
View file

0
lib/ansible/utils.py Executable file → Normal file
View file