From 0cba19d63261535015537998c0eac4594dd8ad3d Mon Sep 17 00:00:00 2001 From: Sven Nilsen Date: Sun, 8 Jun 2014 15:32:21 +0200 Subject: [PATCH] Added 'doc/' to .gitignore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit When using rust-sdl2 git submodule it gets marked dirty when generating docs in piston-workspace. This prevents new commits. Ignoring the ‘doc/‘ folder fixes this problem. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index b746f4ea..dd8ec0d8 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ src/sdl2/generated/ *.swp .project src/demo/main +doc/