diff options
author | David Walter Seikel | 2014-04-09 13:41:38 +1000 |
---|---|---|
committer | David Walter Seikel | 2014-04-09 13:41:38 +1000 |
commit | e4e750b9a749899f1eaa3b666381c39e9dc4bd7b (patch) | |
tree | 53559782b479e88b697a4b2ba4691ab269428367 /.gitignore | |
parent | More notes! (diff) | |
download | SledjHamr-e4e750b9a749899f1eaa3b666381c39e9dc4bd7b.zip SledjHamr-e4e750b9a749899f1eaa3b666381c39e9dc4bd7b.tar.gz SledjHamr-e4e750b9a749899f1eaa3b666381c39e9dc4bd7b.tar.bz2 SledjHamr-e4e750b9a749899f1eaa3b666381c39e9dc4bd7b.tar.xz |
Make GuiLua an actual shared library, plus some minor clean ups.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ | |||
1 | /LuaSL/XMRE.txt | 1 | /LuaSL/XMRE.txt |
2 | /ClientHamr/extantz/extantz | 2 | /ClientHamr/extantz/extantz |
3 | /ClientHamr/GuiLua/GuiLua | 3 | /ClientHamr/GuiLua/skang |
4 | /libraries/irrlicht-1.8.1/bin/Linux/01.HelloWorld | 4 | /libraries/irrlicht-1.8.1/bin/Linux/01.HelloWorld |
5 | /libraries/irrlicht-1.8.1/lib/Linux/libIrrlicht.a | 5 | /libraries/irrlicht-1.8.1/lib/Linux/libIrrlicht.a |
6 | /libraries/irrlicht-1.8.1/source/Irrlicht/C3DSMeshFileLoader.d | 6 | /libraries/irrlicht-1.8.1/source/Irrlicht/C3DSMeshFileLoader.d |