From e5e1d5b6a347d6c3d2add3fb4b644eb4f4a2b4ff Mon Sep 17 00:00:00 2001 From: Magnus Bjerke Vik Date: Tue, 5 Jan 2016 11:15:07 +0100 Subject: [PATCH] Ignore breathe and /doc/sphinx-bootstrap-theme directories in git These are created when building the library. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index bb8ccb78..b2019612 100644 --- a/.gitignore +++ b/.gitignore @@ -3,8 +3,10 @@ bin/ /doc/doxyxml /doc/html /doc/virtualenv +/doc/sphinx-bootstrap-theme /Testing /install_manifest.txt +/breathe *~ *.a *.so*