From e0fb161f1cfa3da9ddfe7f6fe5a82d0273cd34f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Wed, 1 Jun 2016 09:53:03 +0200 Subject: Documentation update This is update of documentation draft before code implementation. --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index de0941f..901d796 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,11 @@ .* !/.gitignore +build sgp + +# Comment these for release. They are generated files using gperf and bison. For +# final release they can be in repository. But during development ignore them. +*.y.c +*.y.h +*.gperf.h -- cgit v1.2.3