Commit Diff
Commit:
455163299e8bbf9892af775efb5791c504b2b0d9
Date:
Thu Feb 10 08:21:59 2022
UTC
Message:
tweak the ignore list
--- .gitignore
+++ .gitignore
@@ -1,13 +1,13 @@
TAGS
-**/.deps
-compat/.deps
pages/about_crash.gmi
pages/about_new.gmi
-phos/.deps
-phos/.dirstamp
-phos/*.o
+
+**/.deps
+**/.dirstamp
**/Makefile
**/Makefile.in
+**/*.o
+
aclocal.m4
autom4te.cache
compile
@@ -18,7 +18,8 @@ ylwrap
missing
stamp-h1
ylwrap
-**/*.o
+test-driver
+
cmd.gen.c
parse.c
pages.c
--- test/.gitignore
+++ test/.gitignore
@@ -1,3 +1,5 @@
*.log
*.trs
serialized.*
+
+gmparser
Omar Polo