summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorPeter Mikkelsen <petermikkelsen10@gmail.com>2025-11-12 22:31:49 +0100
committerPeter Mikkelsen <petermikkelsen10@gmail.com>2025-11-12 22:31:49 +0100
commit3ae76402fab4e129a054eab1c03be59be9362c92 (patch)
tree222a3b4242590cb40bbeb31afa0bbd313d9b8d51 /.gitignore
parentbbd1cdf82e0f725c18f5a05d9c08142ed5fd278c (diff)
Update gitignore again
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore17
1 files changed, 14 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index ff4a49e..c6b898e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,13 +3,24 @@ ar-lib
autom4te.cache
configure
compile
-config.guess
-config.h.in
-config.sub
+config.*
depcomp
install-sh
+libtool
ltmain.sh
m4
missing
+src/bin/aplwc
+src/tests/test-suite.log
+src/tests/test1
+src/tests/test1.log
+src/tests/test1.trs
+stamp-h1
test-driver
**/Makefile.in
+**/Makefile
+**/.deps
+**/.libs
+**/*.o
+**/*.lo
+**/*.la \ No newline at end of file