From 4d264f664235dc22247d2a8ea3bb7a5221d74475 Mon Sep 17 00:00:00 2001 From: DjoykeAbyah Date: Sat, 20 May 2023 17:47:39 +0200 Subject: [PATCH] gitignore fractol --- .gitignore | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 06c6929..4b87cb0 100644 --- a/.gitignore +++ b/.gitignore @@ -8,15 +8,15 @@ # !*.* # Object files -./obj -# *.o +obj +*.o # *.obj # # libraries ./MLX42 fractol # *.lib -# *.a +*.a # # Executables # *.exe @@ -32,7 +32,7 @@ fractol # *.vscode # DS_Store -# **/.DS_Store +**/.DS_Store # # Ignore `bin` dir # bin/