sol2/.gitignore
ThePhD 219d10b0b4 Thanks to LUA_MULTRET, we can have normal function call syntax with sol::function that doesn't require the user to pass the arguments in directly with .call<Return1, Return2, Return3>( ... )
function result is meant to be transient, and therefore should not be regularly storeable by the user... but there is no way to make a "and you can't have anything but a temporary to this" type, as far as I can tell.
2015-07-19 10:26:11 -04:00

41 lines
443 B
Plaintext

obj/*
bin/*
demacro.txt
Shinobi2
dev*
lua-5.2.2/
Debug/
Release/
x64/
*.vcxproj
*.vcxproj.filters
*.tlog
*.lastbuildstate
*.idb
*.sln
*.gitattributes
liblua.a
sol/include/
.ninja*
include/
lib/liblua5.2.a
*.config
*.creator
*.files
*.includes
*.pyc
main.cpp
lua-5.2.3/
build.ninja
main.ninja
*.user
*.3cb9f6a
luajit-2.0.3/
.dropbox*
desktop.ini
lua-5.3.0/
.vs/
lua-5.1.5/
luajit-2.0.4/
*.creator.user.*