diff options
author | Nicholas Tay <nick@windblume.net> | 2023-02-22 20:11:20 +0100 |
---|---|---|
committer | Nicholas Tay <nick@windblume.net> | 2023-02-22 20:11:34 +0100 |
commit | 79d89b63e0a75f94d88d55e41fc123c5bf46e38c (patch) | |
tree | 6a7891a275cd0e697011a8170b3b77323a608c7d /.gitignore | |
download | certain-79d89b63e0a75f94d88d55e41fc123c5bf46e38c.tar.gz certain-79d89b63e0a75f94d88d55e41fc123c5bf46e38c.tar.bz2 certain-79d89b63e0a75f94d88d55e41fc123c5bf46e38c.zip |
Initial working with root CA detection
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f31b3e2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.DS_Store +*.swp |