diff options
author | David Walter Seikel | 2012-01-22 09:55:38 +1000 |
---|---|---|
committer | David Walter Seikel | 2012-01-22 09:55:38 +1000 |
commit | 5270f91252ad63384930b69153638ff74a24b97e (patch) | |
tree | c94cdebe7afc51525b6638d9024b001a4418763d /.gitignore | |
parent | Move the test script into the directory where the other tests are, so it's no... (diff) | |
download | SledjHamr-5270f91252ad63384930b69153638ff74a24b97e.zip SledjHamr-5270f91252ad63384930b69153638ff74a24b97e.tar.gz SledjHamr-5270f91252ad63384930b69153638ff74a24b97e.tar.bz2 SledjHamr-5270f91252ad63384930b69153638ff74a24b97e.tar.xz |
Consider a script as properly compiled if it passes the diff test.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ | |||
2 | *.edj | 2 | *.edj |
3 | *.o | 3 | *.o |
4 | *.output | 4 | *.output |
5 | *.diff | ||
5 | *.lsl.lua | 6 | *.lsl.lua |
6 | *.lsl2 | 7 | *.lsl2 |
7 | LuaSL/LuaSL | 8 | LuaSL/LuaSL |