Commit Diff
Commit:
455163299e8bbf9892af775efb5791c504b2b0d9
From:
Omar Polo <op@omarpolo.com>
Date:
Thu Feb 10 08:21:59 2022 UTC
Message:
tweak the ignore list
commit - 6e377cf3250f714cfa7631a51f1d5c1ca9ff01a4
commit + 455163299e8bbf9892af775efb5791c504b2b0d9
blob - 125e4827906544f46998f7057267fce0e01215aa
blob + 18958a8a9ea9b5409addbcf48dc4bfa09b926322
--- .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
blob - 194b999f3ed588024c0619b34eb2b676a7f0f7c2
blob + 9ee75b748b4104d22ea33d7806768058a7b250fa
--- test/.gitignore
+++ test/.gitignore
@@ -1,3 +1,5 @@
*.log
*.trs
serialized.*
+
+gmparser
Omar Polo