From c380ad43b1c64a3025c2890ac57ed1528c76d63e Mon Sep 17 00:00:00 2001 From: Charles Merriam Date: Wed, 11 Feb 2015 20:01:41 -0800 Subject: [PATCH] .gitignore - ignore generated gallery files The gallery project will generate some .rst files, which should be ignored by git. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 7ec56e6a7..07fb72aff 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,9 @@ build/* doc/build doc/autobuild.py-done* doc/sources/api-*.rst +doc/sources/examples/gen__*.rst +doc/sources/examples/gallery.rst +doc/sources/examples/index.rst kivy/*.c kivy/*.pyd kivy/core/text/text_layout.c