Search
lxdream.org :: lxdream/.hgignore :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename .hgignore
changeset 1064:b4fc67f0966e
prev1063:1353e38b48f5
next1131:4727c2006e0f
author nkeynes
date Tue Jul 21 20:53:05 2009 +1000 (14 years ago)
permissions -rw-r--r--
last change Fix more -Wall issues
- Configure was failing to check -rdynamic properly with --enable-strict-warn turned on
- Minor 64-bit cleanliness problems
file annotate diff log raw
1.1 --- a/.hgignore Fri Jul 03 21:47:45 2009 +1000
1.2 +++ b/.hgignore Tue Jul 21 20:53:05 2009 +1000
1.3 @@ -4,6 +4,8 @@
1.4 .*\.Po
1.5 .*\.dylib
1.6 .*\~
1.7 +.*\.gmo
1.8 +.*\.mo
1.9 Makefile
1.10 config.h
1.11 config.status
1.12 @@ -11,6 +13,8 @@
1.13 lxdream.app
1.14 Info.plist
1.15 stamp-h1
1.16 +lxdream-.*.tar.gz
1.17 +lxdream-.*.zip
1.18 src/drivers/mac_keymap.h
1.19 src/gendec
1.20 src/genglsl
.