diff options
author | Squibid <me@zacharyscheiman.com> | 2024-08-08 03:30:24 -0400 |
---|---|---|
committer | Squibid <me@zacharyscheiman.com> | 2024-08-08 03:30:24 -0400 |
commit | 8d2f9bcee4c3b6fbbb225eabf7ad207da01f3fa3 (patch) | |
tree | b1ebcf4836ccf2899a8105d83677e67f9a2f5835 /.gitignore | |
download | voidpkgs-8d2f9bcee4c3b6fbbb225eabf7ad207da01f3fa3.tar.gz voidpkgs-8d2f9bcee4c3b6fbbb225eabf7ad207da01f3fa3.tar.bz2 voidpkgs-8d2f9bcee4c3b6fbbb225eabf7ad207da01f3fa3.zip |
initial commit
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..98be306 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +dest/ +void-packages/ |