ansible/roles/dhcp/.gitignore

14 lines
240 B
Plaintext
Raw Normal View History

2021-02-27 08:42:15 -06:00
# .gitignore
# Hidden Vagrant-directory
.vagrant
# Backup files (e.g. Vim, Gedit, etc.)
*~
# Vagrant base boxes (you never know when someone puts one in the repository)
*.box
# Ignore test code (it's a separate branch worktree)
*tests/