diff options
author | Thorsten Behrens <tbehrens@novell.com> | 2010-12-13 22:47:09 +0100 |
---|---|---|
committer | Thorsten Behrens <tbehrens@novell.com> | 2010-12-13 23:08:58 +0100 |
commit | 9d35c7f2186b737e60564b4a52f8e2105f9c2726 (patch) | |
tree | 47928cecef5319d0908676f601c43c6cf91281b3 /.gitignore | |
parent | faecbe2225e26dbde2cdac077dc1c4e9f690c7b2 (diff) |
Migrate id, tags, and docs make target over from build repo
* make id: create GNU idutils symbol lookup index
* make tags: create ctags index file (c++, java, html)
* make docs: create doxygen-style documentation below docs/
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index bf848b955..11eba033e 100644 --- a/.gitignore +++ b/.gitignore @@ -39,7 +39,11 @@ /warn /build.log /install +/downloaded /*.Set.sh +/ID +/tags +/docs /*/*.exe |