2289b6a070
* Add build from source option * Update to Molecule 3.0 * Add service manager to Debian images * Add .gitignore entry for Ansible retry files Co-authored-by: Alessandro Fael Garcia <alessfg@hotmail.com>
15 lines
159 B
Plaintext
15 lines
159 B
Plaintext
# Any private crt and keys #
|
|
############################
|
|
*.crt
|
|
*.key
|
|
__pycache__
|
|
*~
|
|
\#*
|
|
|
|
# OS Specific
|
|
Thumbs.db
|
|
.DS_Store
|
|
.vscode
|
|
|
|
# Ansible specific
|
|
*.retry |