From f592268e70873aeea783f4cc96d20a11f4b35532 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Wed, 23 Apr 2025 06:49:27 +0300 Subject: added .gitignore file --- .gitignore | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8f2898b --- /dev/null +++ b/.gitignore @@ -0,0 +1,32 @@ +# Autotools +#/configure +/config.h +#/config.h.in +/config.log +/config.status +/config +/aclocal.m4 +/autom4te.cache +/libtool +.deps/ +.libs/ +*.la +*.lo +*.a +*.o +makefile +#makefile.in +/teco + +# OpenWatcom build system +*.obj +*.OBJ +*.exe +*.EXE +*.map +*.MAP +*.err +*.ERR + +# Doxygen +/doc/html -- cgit v1.2.3