diff options
author | David Walter Seikel | 2014-03-27 18:12:44 +1000 |
---|---|---|
committer | David Walter Seikel | 2014-03-27 18:12:44 +1000 |
commit | 19d5b1ce3423f158ea857a1fe54ed7a03523c63e (patch) | |
tree | 1bf8c13bd3730ffd75bca0c31d7ab573af91d418 /.gitignore | |
parent | Print Lua version on skang load. (diff) | |
download | SledjHamr-19d5b1ce3423f158ea857a1fe54ed7a03523c63e.zip SledjHamr-19d5b1ce3423f158ea857a1fe54ed7a03523c63e.tar.gz SledjHamr-19d5b1ce3423f158ea857a1fe54ed7a03523c63e.tar.bz2 SledjHamr-19d5b1ce3423f158ea857a1fe54ed7a03523c63e.tar.xz |
Make test_c a real Lua module, but just a test one doing it the usual way, not a skang module, yet.
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -310,6 +310,7 @@ | |||
310 | *.backup | 310 | *.backup |
311 | *.edj | 311 | *.edj |
312 | *.o | 312 | *.o |
313 | *.so | ||
313 | *.out | 314 | *.out |
314 | *.output | 315 | *.output |
315 | *.diff | 316 | *.diff |