Repository: climate Updated Branches: refs/heads/master a52932dba -> 4beff882d
CLIMATE-473 - Add simple gitignore Project: http://git-wip-us.apache.org/repos/asf/climate/repo Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/35792887 Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/35792887 Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/35792887 Branch: refs/heads/master Commit: 3579288764e586ad43e509fca189b7a8ad32e181 Parents: a52932d Author: Michael Joyce <[email protected]> Authored: Wed Jun 11 08:49:08 2014 -0700 Committer: Michael Joyce <[email protected]> Committed: Wed Jun 11 08:49:08 2014 -0700 ---------------------------------------------------------------------- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/climate/blob/35792887/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e836069 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +.DS_Store +*.pyc +.vagrant +/docs/build +install_log +.coverage
