diff options
author | David Walter Seikel | 2012-01-04 21:29:52 +1000 |
---|---|---|
committer | David Walter Seikel | 2012-01-04 21:29:52 +1000 |
commit | 24e3784614ea8b459dc3f3c6d0b2a1b825a62fc4 (patch) | |
tree | a29693b7096acf25e14a0b1c460009b44685e9b9 /.gitignore | |
parent | Add a test sim with an MLP bed in it. (diff) | |
download | SledjHamr-24e3784614ea8b459dc3f3c6d0b2a1b825a62fc4.zip SledjHamr-24e3784614ea8b459dc3f3c6d0b2a1b825a62fc4.tar.gz SledjHamr-24e3784614ea8b459dc3f3c6d0b2a1b825a62fc4.tar.bz2 SledjHamr-24e3784614ea8b459dc3f3c6d0b2a1b825a62fc4.tar.xz |
Added a basic .gitignore file.
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5235e94 --- /dev/null +++ b/.gitignore | |||
@@ -0,0 +1,4 @@ | |||
1 | *.edj | ||
2 | *.o | ||
3 | LuaSL/src/LuaSL | ||
4 | |||