diff options
-rw-r--r-- | .gitignore | 32 |
1 files changed, 32 insertions, 0 deletions
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 |