From a9e9c7db2195f571904307165b98317b48a5534c Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 29 Mar 2022 17:56:15 +0300 Subject: chore: tell git to ignore *.html and *.pdf Subplot may generate those. Sponsored-by: author --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index ea8c4bf..a21d9d7 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ /target +*.html +*.pdf -- cgit v1.2.1