From 9f9d05e822b31f08cba8917fbf6822f419e4750d Mon Sep 17 00:00:00 2001 From: Felix Raimundo Date: Tue, 22 Mar 2016 12:40:56 +0100 Subject: [PATCH] Add the test output to the .gitignore Change-Id: I8c7e6e277b05a0fd8ea305400818494637fb3cf1 --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index e30f9ebce..286ec45c7 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,6 @@ poincare/src/expression_parser.hpp kandinsky/fonts/rasterizer kandinsky/src/font.c kandinsky/src/font.h + +# Quiz output +quiz/src/symbols.c