diff options
author | Omar Polo <op@omarpolo.com> | 2020-10-02 19:39:00 +0200 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2020-10-02 19:39:00 +0200 |
commit | 3e4749f7f9b6c37c1870ed3c0561083de17f2197 (patch) | |
tree | 1b7727c0d84c515f431f16d8e953fd89ec3562c1 /.gitignore |
initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9b1c514 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +cert.pem +key.pem +TAGS +gmid +*.o +docs |