Changeset: 36ead1f9fa9b for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=36ead1f9fa9b Modified Files: .hgignore python/MANIFEST Branch: default Log Message:
Remove generated file. diffs (42 lines): diff -r 06e7718261b8 -r 36ead1f9fa9b .hgignore --- a/.hgignore Tue Dec 21 09:20:17 2010 +0100 +++ b/.hgignore Tue Dec 21 22:55:34 2010 +0100 @@ -58,6 +58,7 @@ ^pathfinder/conf/compile$ ^python/build/ ^python/dist/ +^python/MANIFEST$ ^sql/NT/MonetDB-SQL\.pc$ aclocal\.m4$ acout\.in$ diff -r 06e7718261b8 -r 36ead1f9fa9b python/MANIFEST --- a/python/MANIFEST Tue Dec 21 09:20:17 2010 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,27 +0,0 @@ -COPYRIGHT -README.txt -debian/changelog -debian/compat -debian/control -debian/copyright -debian/docs -debian/pycompat -debian/rules -examples/basics.py -examples/perf.py -monetdb/__init__.py -monetdb/mapi.py -monetdb/mapi2.py -monetdb/mapi3.py -monetdb/mclient.py -monetdb/monetdb_exceptions.py -monetdb/sql/__init__.py -monetdb/sql/connections.py -monetdb/sql/converters.py -monetdb/sql/cursors.py -monetdb/sql/type_codes.py -setup.py -test/capabilities.py -test/dbapi20.py -test/run.sh -test/runtests.py _______________________________________________ Checkin-list mailing list [email protected] http://mail.monetdb.org/mailman/listinfo/checkin-list
