diff options
author | Martin Ashby <martin@ashbysoft.com> | 2023-09-22 22:55:47 +0100 |
---|---|---|
committer | Martin Ashby <martin@ashbysoft.com> | 2023-09-22 22:55:47 +0100 |
commit | 6202dd351c83e9e54bffdbff844414b4dd763eba (patch) | |
tree | f9b0ce153a690e09a31c98f305295af29b682452 /.gitignore | |
download | pgz-6202dd351c83e9e54bffdbff844414b4dd763eba.tar.gz pgz-6202dd351c83e9e54bffdbff844414b4dd763eba.tar.bz2 pgz-6202dd351c83e9e54bffdbff844414b4dd763eba.tar.xz pgz-6202dd351c83e9e54bffdbff844414b4dd763eba.zip |
Initial: port of pgx to zig (so, pgz)
Starting with message structures, so far we have
startup_message and authentication_ok
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..ee7098f --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +zig-out/ +zig-cache/ |