diff options
author | Alexander Kampmann <programmer@nurfuerspam.de> | 2012-03-08 17:44:57 +0100 |
---|---|---|
committer | Alexander Kampmann <programmer@nurfuerspam.de> | 2012-03-08 17:44:57 +0100 |
commit | fbd7e8f8ba4a2736b231ee254e205b36e28d17cc (patch) | |
tree | 7fc41fffbe67c1d041bd5e7ecafda0595772cdb4 | |
parent | 185fcd0701946babf61066b49582225286061563 (diff) | |
download | volse-hubzilla-fbd7e8f8ba4a2736b231ee254e205b36e28d17cc.tar.gz volse-hubzilla-fbd7e8f8ba4a2736b231ee254e205b36e28d17cc.tar.bz2 volse-hubzilla-fbd7e8f8ba4a2736b231ee254e205b36e28d17cc.zip |
excludes reports from git
-rwxr-xr-x | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 6302bc1c8..2531fe4cd 100755 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,9 @@ addon #ignore documentation, it should be newly built doc/api +#ignore reports, should be generted with every build +report/ + #ignore config files from eclipse, we don't want IDE files in our repository .project .buildpath |