Added 'doc/' to .gitignore

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.
This commit is contained in:
Sven Nilsen
2014-06-08 15:32:21 +02:00
parent 629def9c24
commit 0cba19d632
+1
View File
@@ -18,3 +18,4 @@ src/sdl2/generated/
*.swp
.project
src/demo/main
doc/