From 1b896d13b8384958e7b898d85869468eee729961 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Wed, 7 Dec 2016 19:46:54 +0100 Subject: Cleanup .gitignore and ignore HTML and CSS files Close #424 --- .gitignore | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 7537446..103b097 100644 --- a/.gitignore +++ b/.gitignore @@ -1,12 +1,13 @@ /config.h /config.mk -README.html -*.swo -*.swp -*.o -*.gcov -*.gcda -*.gcno +/dependency /vis /vis-menu -/dependency +*.css +*.gcda +*.gcno +*.gcov +*.html +*.o +*.swo +*.swp -- cgit v1.2.3