diff options
author | David Walter Seikel | 2012-01-04 21:39:11 +1000 |
---|---|---|
committer | David Walter Seikel | 2012-01-04 21:39:11 +1000 |
commit | 548905233814931173683ddea728d28b0ffc426a (patch) | |
tree | 1f883d5c9296f83b8651cbcbdc7d8166729734da /.gitignore | |
parent | Skeleton of the GUI test harness for the LuaSL script engine. (diff) | |
download | SledjHamr-548905233814931173683ddea728d28b0ffc426a.zip SledjHamr-548905233814931173683ddea728d28b0ffc426a.tar.gz SledjHamr-548905233814931173683ddea728d28b0ffc426a.tar.bz2 SledjHamr-548905233814931173683ddea728d28b0ffc426a.tar.xz |
Move the object files out of the source directory.
Should do a proper out of tree build later, this is just quick and dirty for now.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,4 +1,3 @@ | |||
1 | *.edj | 1 | *.edj |
2 | *.o | 2 | *.o |
3 | LuaSL/src/LuaSL | 3 | LuaSL/LuaSL |
4 | |||