From f30a172d146a1d666f0a42c18a8ee3948ed3127b Mon Sep 17 00:00:00 2001 From: Lorenzo Bianchi Date: Fri, 21 Apr 2023 10:51:08 +0200 Subject: [PATCH] updated gitignore --- .gitignore | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f79dacc..dc6a11d 100644 --- a/.gitignore +++ b/.gitignore @@ -32,4 +32,9 @@ *.out *.app -obj/ \ No newline at end of file +#directories +obj/ +backup/ + +#other +TODO.txt \ No newline at end of file