From cc1dbf6d7fe30202140cff0b5a3f587a9671250a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Thu, 31 Mar 2016 21:28:28 +0200 Subject: [PATCH] Ignore /doc/ folder --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index a9a9f33..44a83dc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,7 @@ # Racket compiled files compiled/ +# Generated documentation +/doc/ # common backups, autosaves, lock files, OS meta-files *~