diff options
author | Agathe Porte <microjoe@microjoe.org> | 2020-07-12 00:34:37 +0200 |
---|---|---|
committer | Agathe Porte <microjoe@microjoe.org> | 2020-07-14 10:38:23 +0200 |
commit | 9fae66d7cdbba8fd68d835c23e2fd7739c185024 (patch) | |
tree | 78c9acab70f41a8ca4b580ff4ad8298c995bde8e /.gitignore | |
download | plymouth-rs-9fae66d7cdbba8fd68d835c23e2fd7739c185024.tar.gz plymouth-rs-9fae66d7cdbba8fd68d835c23e2fd7739c185024.zip |
initial commit
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..96ef6c0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/target +Cargo.lock |