From f5e48887fe7a6651c7f4731746221a026090b333 Mon Sep 17 00:00:00 2001 From: Michal Sarna Date: Mon, 10 Oct 2016 14:11:33 +0200 Subject: [PATCH] Added .gitignore for lazy people that it will skip pki/* and vars --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9101272 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +easyrsa3/pki/* +easyrsa3/vars