diff options
author | Archit Aggarwal <architag@amazon.com> | 2021-02-09 12:09:14 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-09 12:09:14 -0800 |
commit | 8d325a5f4709eb4861fab34997d2be0f60fbd45e (patch) | |
tree | 5f2cf0792dd520b4d0e6b20b3cdfa861df4280ca /.gitignore | |
parent | 9b9011917a744a284669eb4145c178c44949d563 (diff) | |
download | freertos-git-8d325a5f4709eb4861fab34997d2be0f60fbd45e.tar.gz |
Blocklist certificate files in .gitignore (#498)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index daddd5949..9152c4d3e 100644 --- a/.gitignore +++ b/.gitignore @@ -16,4 +16,8 @@ # Python Tools for Visual Studio (PTVS) __pycache__/ -*.pyc
\ No newline at end of file +*.pyc + +# Ignore certificate files. +*.pem +*.crt |