From c50452904dc54b4876c1fafc5c3268da895cda5e Mon Sep 17 00:00:00 2001 From: Shulhan Date: Tue, 7 Mar 2023 23:03:37 +0700 Subject: all: ignore generated .html files in _doc While at it, sort the .gitignore content. --- .gitignore | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index beef78b..fd7e024 100644 --- a/.gitignore +++ b/.gitignore @@ -1,11 +1,12 @@ -/testdata/beku.db.exclude -/testdata/beku.db.save -/testdata/a/b/file -/testdata/src/github.com/shuLhan/beku_test -/testdata/src/github.com/shuLhan/share +*.html /beku /beku.test /cover.html /cover.out /cpu.prof /mem.prof +/testdata/a/b/file +/testdata/beku.db.exclude +/testdata/beku.db.save +/testdata/src/github.com/shuLhan/beku_test +/testdata/src/github.com/shuLhan/share -- cgit v1.3