clean exec bits from lib/ansible/*.py, ignore Eclipse/PyDev files
This commit is contained in:
parent
31d4ee32d1
commit
a87c77958c
7 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -7,3 +7,6 @@ build
|
|||
MANIFEST
|
||||
dist
|
||||
rpm-build
|
||||
# Eclipse/PyDev stuff...
|
||||
.project
|
||||
.pydevproject
|
||||
|
|
0
lib/ansible/__init__.py
Executable file → Normal file
0
lib/ansible/__init__.py
Executable file → Normal file
0
lib/ansible/callbacks.py
Executable file → Normal file
0
lib/ansible/callbacks.py
Executable file → Normal file
0
lib/ansible/connection.py
Executable file → Normal file
0
lib/ansible/connection.py
Executable file → Normal file
0
lib/ansible/playbook.py
Executable file → Normal file
0
lib/ansible/playbook.py
Executable file → Normal file
0
lib/ansible/runner.py
Executable file → Normal file
0
lib/ansible/runner.py
Executable file → Normal file
0
lib/ansible/utils.py
Executable file → Normal file
0
lib/ansible/utils.py
Executable file → Normal file
Loading…
Reference in a new issue