aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2023-03-07 23:03:37 +0700
committerShulhan <ms@kilabit.info>2023-03-07 23:03:37 +0700
commitc50452904dc54b4876c1fafc5c3268da895cda5e (patch)
tree630757054b1c43e351f169a6f85a3a17a50291e0
parent1ea62df86d5674fce80a4c5a474086f8e56919d6 (diff)
downloadbeku-c50452904dc54b4876c1fafc5c3268da895cda5e.tar.xz
all: ignore generated .html files in _doc
While at it, sort the .gitignore content.
-rw-r--r--.gitignore11
1 files 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