diff options
author | Alexander Kampmann <programmer@nurfuerspam.de> | 2012-03-01 11:44:33 +0100 |
---|---|---|
committer | Alexander Kampmann <programmer@nurfuerspam.de> | 2012-03-01 11:44:33 +0100 |
commit | e0c659b34b8992111bcc64d3f0eea75dfa193412 (patch) | |
tree | 91cc767530dd0bc8f98d1b11015af8b933a8f19a /.gitignore | |
parent | 9986fc19109bc0d393f8ded89730178ba7f377f4 (diff) | |
download | volse-hubzilla-e0c659b34b8992111bcc64d3f0eea75dfa193412.tar.gz volse-hubzilla-e0c659b34b8992111bcc64d3f0eea75dfa193412.tar.bz2 volse-hubzilla-e0c659b34b8992111bcc64d3f0eea75dfa193412.zip |
Enabled automated doc building. Changes:
-build.xml, phing build file
-@package tags at acl_selector.php and db_update.php
-added documentation and some IDE files to .gitignore
-automated tool to find files that corrupt the doc build process
-removed ansi characters from SSH1.php, docBlox could not handle them
Diffstat (limited to '.gitignore')
-rwxr-xr-x | .gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 3dfb8a903..6302bc1c8 100755 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,11 @@ home.html addon *~ +#ignore documentation, it should be newly built +doc/api + +#ignore config files from eclipse, we don't want IDE files in our repository +.project +.buildpath +.externalToolBuilders +.settings |