diff options
author | Steven Barth <steven@midlink.org> | 2008-07-29 21:16:12 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-07-29 21:16:12 +0000 |
commit | 8c3ee6f9b7e5ab0b4edbf4838c7c1a9ee6d7df5d (patch) | |
tree | cfc137969531140b44fe4c15ac11587fdb7f7ebd /.gitignore | |
parent | 5b43543226fa29dc7d899e9fc82f0179aefcb56b (diff) |
Added "apidocs" target to Makefile
contrib/luadoc: Added luadoc executable
libs: Fixed typos in inline documentation
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 689c4de7a..27b6e758b 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ dist/ *.o *.so *.swp +/docs |