From e9a1373a303646f4d27d3baf8eef7c75d8b9c217 Mon Sep 17 00:00:00 2001 From: Jeremy Dubois Date: Tue, 27 Oct 2020 11:05:46 +0100 Subject: [PATCH] Add file to .gitignore This file is frequently updated after a user connection to OpenVPN, so we do not want to track it. --- roles/etc-git/files/gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/etc-git/files/gitignore b/roles/etc-git/files/gitignore index 2a64198..9c6063c 100644 --- a/roles/etc-git/files/gitignore +++ b/roles/etc-git/files/gitignore @@ -1,3 +1,4 @@ aliases.db *.swp random.seed +openvpn/ipp.txt