diff options
author | Nicolas Dato <nicolas.dato@gmail.com> | 2024-03-03 18:03:56 -0300 |
---|---|---|
committer | Nicolas Dato <nicolas.dato@gmail.com> | 2024-03-04 22:03:09 -0300 |
commit | 56c249f61c536ea7157e1ef12648fbf7161ff5b0 (patch) | |
tree | 60360b958f3ea67bd424a4f9e79b4a49bae7e70d /.gitignore | |
parent | 4b1b7cd304e4ec33eabe1690d32ddc9d2f384836 (diff) | |
download | libtuberia-56c249f61c536ea7157e1ef12648fbf7161ff5b0.tar.gz |
Adding more functions, this should be the base idea. Now this need to be tested, fixed and improved
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..20ef7c0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +Makefile +config.h +config.log +config.status +stamp-h1 +configure +.deps +libtuberia.a +*.o +*~ |