diff options
author | Gabriel A. Giovanini <mail@gabrielgio.me> | 2023-12-09 18:14:51 +0100 |
---|---|---|
committer | Gabriel A. Giovanini <mail@gabrielgio.me> | 2023-12-09 18:17:36 +0100 |
commit | 8049a4e0decd7b233cf2c2339ad0e57a0a029898 (patch) | |
tree | c28c8214a7f2482ad8d98c84ab68176029776fb8 /.gitignore | |
download | pipe-8049a4e0decd7b233cf2c2339ad0e57a0a029898.tar.gz pipe-8049a4e0decd7b233cf2c2339ad0e57a0a029898.tar.bz2 pipe-8049a4e0decd7b233cf2c2339ad0e57a0a029898.zip |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e660fd9 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +bin/ |