.gitignore is now working

This commit is contained in:
Nick Leffler 2020-10-25 02:13:25 +00:00
parent b5e04727e2
commit 24ebcafb53
2 changed files with 4 additions and 1 deletions

1
.gitignore vendored
View File

@ -1 +0,0 @@
ssl/*

4
ssl/.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
# Ignore everything in this directory
*
# Except this file
!.gitignore