diff options
author | David Walter Seikel | 2014-04-22 15:13:38 +1000 |
---|---|---|
committer | David Walter Seikel | 2014-04-22 15:13:38 +1000 |
commit | dd009ccdfd62f9153dbc72f5f5de5d5f72979690 (patch) | |
tree | 50d62438c6d47dccf82f440986919b1ed3edbbd9 /.gitignore | |
parent | Move most of the README's and other docs into the new docs directory. (diff) | |
download | SledjHamr-dd009ccdfd62f9153dbc72f5f5de5d5f72979690.zip SledjHamr-dd009ccdfd62f9153dbc72f5f5de5d5f72979690.tar.gz SledjHamr-dd009ccdfd62f9153dbc72f5f5de5d5f72979690.tar.bz2 SledjHamr-dd009ccdfd62f9153dbc72f5f5de5d5f72979690.tar.xz |
Move all source into the new src directory, and shuffle a few other things around.
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 25 |
1 files changed, 12 insertions, 13 deletions
@@ -1,6 +1,7 @@ | |||
1 | /docs/XMRE.txt | 1 | /docs/XMRE.txt |
2 | extantz | 2 | extantz |
3 | /ClientHamr/GuiLua/skang | 3 | LuaSL |
4 | /src/GuiLua/skang | ||
4 | /libraries/irrlicht-1.8.1/bin/Linux/01.HelloWorld | 5 | /libraries/irrlicht-1.8.1/bin/Linux/01.HelloWorld |
5 | /libraries/irrlicht-1.8.1/lib/Linux/libIrrlicht.a | 6 | /libraries/irrlicht-1.8.1/lib/Linux/libIrrlicht.a |
6 | /libraries/irrlicht-1.8.1/source/Irrlicht/C3DSMeshFileLoader.d | 7 | /libraries/irrlicht-1.8.1/source/Irrlicht/C3DSMeshFileLoader.d |
@@ -318,16 +319,14 @@ extantz | |||
318 | *.lsl.lua | 319 | *.lsl.lua |
319 | *.lsl2 | 320 | *.lsl2 |
320 | libraries/lemon/lemon | 321 | libraries/lemon/lemon |
321 | LuaSL/LuaSL | 322 | libraries/constants.lsl |
322 | LuaSL/LuaSL_test | 323 | src/LuaSL/LuaSL_test |
323 | LuaSL/LuaSL_parser | 324 | src/LuaSL/LuaSL_lemon_yaccer.c |
324 | LuaSL/constants.lsl | 325 | src/LuaSL/LuaSL_lemon_yaccer.h |
325 | LuaSL/LuaSL_lemon_yaccer.c | 326 | src/LuaSL/LuaSL_lemon_yaccer.out |
326 | LuaSL/LuaSL_lemon_yaccer.h | 327 | src/LuaSL/lex.backup |
327 | LuaSL/LuaSL_lemon_yaccer.out | 328 | src/LuaSL/LuaSL_lexer.c |
328 | LuaSL/lex.backup | 329 | src/LuaSL/LuaSL_lexer.h |
329 | LuaSL/LuaSL_lexer.c | 330 | src/LuaSL/LuaSL_LSL_lexer.c |
330 | LuaSL/LuaSL_lexer.h | 331 | src/LuaSL/LuaSL_LSL_lexer.h |
331 | LuaSL/LuaSL_LSL_lexer.c | ||
332 | LuaSL/LuaSL_LSL_lexer.h | ||
333 | 332 | ||