diff options
| author | Franck Cuny <franck@fcuny.net> | 2022-10-19 18:56:52 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2022-10-19 18:56:52 -0700 |
| commit | d0bd9776e37e778f06e7e5f835bbbf5d16c5ac48 (patch) | |
| tree | ed3ee07f175bfd5e3cf8d190c7372652887b886f /src/x509-info/.gitignore | |
| download | x-d0bd9776e37e778f06e7e5f835bbbf5d16c5ac48.tar.gz | |
meta: initial commit
Create the initial scaffolding for a rust project, using `cargo` and a
nix template.
Diffstat (limited to 'src/x509-info/.gitignore')
| -rw-r--r-- | src/x509-info/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/x509-info/.gitignore b/src/x509-info/.gitignore new file mode 100644 index 0000000..ea8c4bf --- /dev/null +++ b/src/x509-info/.gitignore @@ -0,0 +1 @@ +/target |
