diff options
author | Ren Kararou <[email protected]> | 2024-12-31 02:54:30 -0600 |
---|---|---|
committer | Ren Kararou <[email protected]> | 2024-12-31 02:54:30 -0600 |
commit | 9db320f13646eb0f235ddb5926238d0cc785afbc (patch) | |
tree | 3a941f760165a6df0d35da36ab4d7efd8b6d32fb /.gitignore | |
parent | f6b4ac41eec72a25c703c63f43bd1104049a405c (diff) | |
download | nbtpd-9db320f13646eb0f235ddb5926238d0cc785afbc.tar.gz nbtpd-9db320f13646eb0f235ddb5926238d0cc785afbc.tar.bz2 nbtpd-9db320f13646eb0f235ddb5926238d0cc785afbc.zip |
add make target release; update ci
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 47a2b2e..a7b2d8c 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,8 @@ # artefacts bin/ +rel/ +dbg/ *.o *.so *.pch |