comparison .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
comparison
equal deleted inserted replaced
244:3a4aa9b4814c 245:8b174bcde667
1 syntax: glob 1 syntax: glob
2 2
3 **/m4/libtool.m4 3 m4/libtool.m4
4 **/m4/lt*.m4 4 m4/lt*.m4
5 **/build-aux 5 build-aux
6 **/aclocal.m4 6 aclocal.m4
7 **/Makefile.in 7 Makefile.in
8 **/configure 8 configure
9 **/*~ 9 *~
10 **/autom4te.cache 10 autom4te.cache
11 11
12 # stupid OS X things 12 # stupid OS X things
13 .DS_Store 13 .DS_Store
14 ._* 14 ._*
15 15
42 *.lib 42 *.lib
43 43
44 # Executables 44 # Executables
45 *.exe 45 *.exe
46 *.out 46 *.out
47 *.app
48 47
49 syntax: regexp 48 syntax: regexp
50 49
51 # Build dir 50 # Build dir
52 ^build/ 51 ^build/