Added .pyc files to gitignore
Project: http://git-wip-us.apache.org/repos/asf/logging-log4php/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4php/commit/b1b9587d Tree: http://git-wip-us.apache.org/repos/asf/logging-log4php/tree/b1b9587d Diff: http://git-wip-us.apache.org/repos/asf/logging-log4php/diff/b1b9587d Branch: refs/heads/docs Commit: b1b9587db91480946c26e1b4db89816e674f7c2f Parents: f6eb76d Author: Ivan Habunek <[email protected]> Authored: Sun Dec 30 10:00:02 2012 +0100 Committer: Ivan Habunek <[email protected]> Committed: Sun Dec 30 10:05:46 2012 +0100 ---------------------------------------------------------------------- docs/.gitignore | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4php/blob/b1b9587d/docs/.gitignore ---------------------------------------------------------------------- diff --git a/docs/.gitignore b/docs/.gitignore index cb9a907..49d6c2c 100644 --- a/docs/.gitignore +++ b/docs/.gitignore @@ -1,2 +1,3 @@ _env _build +*.pyc
