Make git ignore all HTML.

This commit is contained in:
Eric S. Raymond 2017-06-03 19:19:34 -04:00
parent c0f5c36d93
commit 25645fc01e

4
.gitignore vendored
View file

@ -1,9 +1,9 @@
advent advent
compile
*.gcda *.gcda
*.gcno *.gcno
*.o *.o
compile *.html
database.h database.h
database.c database.c
advent.6 advent.6
advent.html