Mercurial > minori
comparison .hgignore @ 237:a7d0d543b334
*: make OS X builds succeed
new script: deploy_build.sh, creates the app bundle
author | Paper <paper@paper.us.eu.org> |
---|---|
date | Fri, 19 Jan 2024 11:14:44 -0500 |
parents | eab9e623eb84 |
children | 8b174bcde667 |
comparison
equal
deleted
inserted
replaced
236:4d461ef7d424 | 237:a7d0d543b334 |
---|---|
1 syntax: glob | 1 syntax: glob |
2 | |
3 **/m4/libtool.m4 | |
4 **/m4/lt*.m4 | |
5 **/build-aux | |
6 **/aclocal.m4 | |
7 **/Makefile.in | |
8 **/configure | |
9 **/*~ | |
10 **/autom4te.cache | |
2 | 11 |
3 # stupid OS X things | 12 # stupid OS X things |
4 .DS_Store | 13 .DS_Store |
5 ._* | 14 ._* |
6 | 15 |