Mercurial > minori
diff .hgignore @ 245:8b174bcde667
hgignore: don't ignore .app files
so we can properly use our .app template
author | Paper <paper@paper.us.eu.org> |
---|---|
date | Tue, 23 Jan 2024 09:44:01 -0500 |
parents | a7d0d543b334 |
children |
line wrap: on
line diff
--- a/.hgignore Mon Jan 22 22:19:39 2024 -0800 +++ b/.hgignore Tue Jan 23 09:44:01 2024 -0500 @@ -1,13 +1,13 @@ syntax: glob -**/m4/libtool.m4 -**/m4/lt*.m4 -**/build-aux -**/aclocal.m4 -**/Makefile.in -**/configure -**/*~ -**/autom4te.cache +m4/libtool.m4 +m4/lt*.m4 +build-aux +aclocal.m4 +Makefile.in +configure +*~ +autom4te.cache # stupid OS X things .DS_Store @@ -44,7 +44,6 @@ # Executables *.exe *.out -*.app syntax: regexp