diff options
| author | Shulhan <ms@kilabit.info> | 2023-03-07 23:03:37 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2023-03-07 23:03:37 +0700 |
| commit | c50452904dc54b4876c1fafc5c3268da895cda5e (patch) | |
| tree | 630757054b1c43e351f169a6f85a3a17a50291e0 | |
| parent | 1ea62df86d5674fce80a4c5a474086f8e56919d6 (diff) | |
| download | beku-c50452904dc54b4876c1fafc5c3268da895cda5e.tar.xz | |
all: ignore generated .html files in _doc
While at it, sort the .gitignore content.
| -rw-r--r-- | .gitignore | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -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 |
