Repository: climate Updated Branches: refs/heads/master 22ac4bb42 -> b83214e48
CLIMATE-515 - Add some extra patterns to .gitignore Project: http://git-wip-us.apache.org/repos/asf/climate/repo Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/719cc05f Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/719cc05f Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/719cc05f Branch: refs/heads/master Commit: 719cc05f464d8f69777b9ed7817a297bcbf78095 Parents: 22ac4bb Author: rlaidlaw <[email protected]> Authored: Thu Aug 28 15:28:57 2014 -0700 Committer: rlaidlaw <[email protected]> Committed: Thu Aug 28 15:28:57 2014 -0700 ---------------------------------------------------------------------- .gitignore | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/climate/blob/719cc05f/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index e836069..caa89c7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,13 @@ +.coverage .DS_Store -*.pyc .vagrant -/docs/build + install_log -.coverage + +*.nc +*.pyc +examples/*.png + +build/ +docs/build/ +
