From ee0d4763a62286bc6599389b448514db7b08ba50 Mon Sep 17 00:00:00 2001 From: Pedro Cabral Date: Fri, 8 Aug 2025 23:50:31 +0200 Subject: [PATCH] added gitignore to ignore auto-generated files --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..fb74cfc --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +# Ignore all auto-generated files + +*.* +!.gitignore +!*.tex +!*.md +!*.cls