diff options
author | latex <latex@disroot.org> | 2023-01-26 00:46:22 +0100 |
---|---|---|
committer | latex <latex@disroot.org> | 2023-01-26 00:46:22 +0100 |
commit | b5325740444bcc8bfcd5a02f2ef9026589ba8d49 (patch) | |
tree | 20b62c0455fb9946e6244088d47641398039e1aa /.gitignore | |
parent | 170025ac5d96f1c46483a88ca4372254a5da6161 (diff) | |
download | libumumble-b5325740444bcc8bfcd5a02f2ef9026589ba8d49.tar.gz |
fix API, fix Makefile, add unit tests
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index a6fe2e2..76adb92 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ build/ +tests/build/ *.a *.so *.pb.c |