Merge pull request #145 from rlewczuk/master

merge of: removing executable bits from py files, adding Eclipse/PyDev to .gitignore
This commit is contained in:
Michael DeHaan 2012-04-15 05:08:30 -07:00
commit 80a7164057
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