Do not keep these generated files in mercurial

This commit is contained in:
Yevgen Muntyan 2010-12-14 01:13:16 -08:00
parent 83e32412c2
commit ecdd383d60
3 changed files with 2 additions and 1458 deletions

View File

@ -35,7 +35,8 @@ plat/win32/gtk-win/debug/
plat/win32/gtk-win/release/
plat/win32/gtk-win/bdist-debug/
plat/win32/gtk-win/bdist-release/
moo/moolua/moo-lua-api.cpp
moo/moolua/gtk-lua-api.cpp
doc/help/*.html
doc/man-medit.t2t
doc/medit.texi

View File

@ -1,30 +0,0 @@
#include "moo-lua-api-util.h"
// methods of GObject
// methods of GFile
// methods of GdkPixbuf
// methods of GtkObject
// methods of GtkAccelGroup
// methods of GtkWidget
extern const luaL_Reg gtk_lua_functions[];
const luaL_Reg gtk_lua_functions[] = {
{ NULL, NULL }
};
void
gtk_lua_api_register (void)
{
static gboolean been_here = FALSE;
if (been_here)
return;
been_here = TRUE;
}

File diff suppressed because it is too large Load Diff