From 11551daa5a6f7eb64a098cf96078034293e543a8 Mon Sep 17 00:00:00 2001 From: John Paulett Date: Fri, 14 May 2010 10:23:53 +0800 Subject: [PATCH] Ignore pyc files. When sphinx-to-github is used as a git submodule and sphinx in run, the submodule appears dirty because of the sphinxtogithub.pyc. --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0d20b64 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.pyc