Do not keep these generated files in mercurial
This commit is contained in:
parent
83e32412c2
commit
ecdd383d60
@ -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
|
||||
|
@ -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
Loading…
x
Reference in New Issue
Block a user