From 6ab957c24384ca3387465217ac2a53acc580b9c3 Mon Sep 17 00:00:00 2001 From: G2-Games Date: Mon, 16 Sep 2024 12:32:58 -0500 Subject: [PATCH] Added gitignore for pdf files --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a29a7c6..90faac4 100644 --- a/.gitignore +++ b/.gitignore @@ -9,7 +9,8 @@ Cargo.lock # These are backup files generated by rustfmt **/*.rs.bk -# Ignore text files +# Ignore documentation and stuff +*.pdf *.txt # Ignore testing files