diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2025-04-23 06:49:27 +0300 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2025-04-23 14:12:35 +0300 |
commit | f592268e70873aeea783f4cc96d20a11f4b35532 (patch) | |
tree | 41d6a2f180038efe1e8e4b6185ef73741cf015da | |
parent | c1ef6f543d6c1d7163fd07015b1e8807ca1458ae (diff) | |
download | videoteco-fork-f592268e70873aeea783f4cc96d20a11f4b35532.tar.gz |
added .gitignore file
-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 |