From 28f89254a85821d7ede5bfbb10913ddc207ed536 Mon Sep 17 00:00:00 2001 From: Jon Bergli Heier Date: Thu, 2 Jun 2011 21:27:59 +0200 Subject: Removed scripting/*.pkg from .gitignore, added scripting/test.pkg. --- .gitignore | 1 - scripting/test.pkg | 5 +++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 scripting/test.pkg diff --git a/.gitignore b/.gitignore index fba6749..018a7e0 100644 --- a/.gitignore +++ b/.gitignore @@ -10,4 +10,3 @@ *.dll *.exe /scripting/tolua_* -/scripting/*.pkg diff --git a/scripting/test.pkg b/scripting/test.pkg new file mode 100644 index 0000000..38525c6 --- /dev/null +++ b/scripting/test.pkg @@ -0,0 +1,5 @@ +$hfile "scripting/test.h" + +void print(lua_State *L, const char *s); + +// vim: syn=cpp -- cgit v1.2.3