remove cached python classes and add ignore file for it Signed-off-by: Remi Bergsma <[email protected]>
Project: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/commit/5e17b5f5 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/tree/5e17b5f5 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/diff/5e17b5f5 Branch: refs/heads/master Commit: 5e17b5f5261ce92f2b0542062bf56511351c360f Parents: 1d4e2e8 Author: Remi Bergsma <[email protected]> Authored: Sat May 23 22:19:56 2015 +0200 Committer: Remi Bergsma <[email protected]> Committed: Sun May 24 19:32:02 2015 +0200 ---------------------------------------------------------------------- .gitignore | 1 + sphinx_bootstrap_theme/__init__.pyc | Bin 972 -> 0 bytes 2 files changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/blob/5e17b5f5/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index a5819d9..14a5aa9 100644 --- a/.gitignore +++ b/.gitignore @@ -15,6 +15,7 @@ # under the License. /build +*.pyc # OS generated files # ###################### http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/blob/5e17b5f5/sphinx_bootstrap_theme/__init__.pyc ---------------------------------------------------------------------- diff --git a/sphinx_bootstrap_theme/__init__.pyc b/sphinx_bootstrap_theme/__init__.pyc deleted file mode 100644 index b669ab6..0000000 Binary files a/sphinx_bootstrap_theme/__init__.pyc and /dev/null differ
