aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2016-12-07 19:46:54 +0100
committerMarc André Tanner <mat@brain-dump.org>2016-12-07 20:11:32 +0100
commit1b896d13b8384958e7b898d85869468eee729961 (patch)
tree75cdc2195e27e3b166d9292c92a0c9380a54c1ee
parent3570869c9ae2c4df14b15423789919e514322916 (diff)
downloadvis-1b896d13b8384958e7b898d85869468eee729961.tar.gz
vis-1b896d13b8384958e7b898d85869468eee729961.tar.xz
Cleanup .gitignore and ignore HTML and CSS files
Close #424
-rw-r--r--.gitignore17
1 files 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