Unverified Commit bb64b50a authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Add certificate & key suffixes to global gitignore

parent 2092f36f
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -31,3 +31,10 @@ doc/tags

# Desktop cr*p
.DS_Store

# Certificates, etc.
*.pem
*.crt
*.csr
*.key
*.p12