From 699c8780fc87387da13667785e0ebda492ec2e9d Mon Sep 17 00:00:00 2001 From: Richard Bonhomme Date: Sat, 26 Jan 2019 17:49:46 +0000 Subject: [PATCH] gitignore: Remove "temp/*" -- Add "testdeps/*" Signed-off-by: Richard Bonhomme --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4c3a1ff..1148130 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,4 @@ easyrsa3/pki easyrsa3/vars dist-staging easyrsa3/safessl-easyrsa.cnf -temp/* +testdeps/*