From 99ee25977a85c5551b9150ac7a2ec143a0e56570 Mon Sep 17 00:00:00 2001
From: datipm1984 <abashidzedati@gmail.com>
Date: Fri, 23 Aug 2024 17:39:55 +0300
Subject: [PATCH] .gitignore

---
 .gitignore | 13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index 4367994..fea9b67 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,11 @@
-var/
-.*
+# Ignore all files with exe extension
+*.exe
+
+# Ignore all files with o extension
+*.o
+
+# Ignore all files with jar extension
+*.jar
+
+# Ignore the whole libraries directory
+libraries/