Fix gitignore pattern for vault related files

previous pattern ignored any file that started with 'vault_'.
While not affecting changes to the vault_key_manager.py file that was
already checked into the repository, this pattern effectively hides said
file from many modern search tools (like ack, ag or ripgrep)
that by default ignore files according to .gitignore patterns.

This patch changes this pattern to ignore 'vault_*' files and
directories only in the root of the repo.

Change-Id: Id2095d9a401154435c346916e10df777b70d28dc
This commit is contained in:
Pavlo Shchelokovskyy
2021-09-20 22:27:43 +03:00
parent aa3a760b61
commit 1375d6c107

2
.gitignore vendored
View File

@@ -28,7 +28,7 @@ pip-log.txt
.stestr/
.venv
cover
vault_*
/vault_*
# Translations
*.mo