diff options
author | Ismaël Bouya <ismael.bouya@fretlink.com> | 2018-11-11 18:26:19 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@fretlink.com> | 2018-11-11 18:27:09 +0100 |
commit | f713a12c475c3e405de0c3a474dc1af3b892b154 (patch) | |
tree | feb84d97aa17bc4d89354835bd83d0c437863118 /.gitignore | |
parent | 2f756cbbc66ec03fdc0ca9eaeafd2fb5620f431c (diff) | |
download | Ansible-f713a12c475c3e405de0c3a474dc1af3b892b154.tar.gz Ansible-f713a12c475c3e405de0c3a474dc1af3b892b154.tar.zst Ansible-f713a12c475c3e405de0c3a474dc1af3b892b154.zip |
Make output less verbose
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..61f2dc9 --- /dev/null +++ b/.gitignore | |||
@@ -0,0 +1 @@ | |||
**/__pycache__/ | |||