aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2025-04-23 06:49:27 +0300
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2025-04-23 14:12:35 +0300
commitf592268e70873aeea783f4cc96d20a11f4b35532 (patch)
tree41d6a2f180038efe1e8e4b6185ef73741cf015da /.gitignore
parentc1ef6f543d6c1d7163fd07015b1e8807ca1458ae (diff)
downloadvideoteco-fork-f592268e70873aeea783f4cc96d20a11f4b35532.tar.gz
added .gitignore file
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore32
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