From aabe81d5cbc44688231e13ec1b1931027443592a Mon Sep 17 00:00:00 2001
From: karsazoltan <karsazoltan@sch.bme.hu>
Date: Fri, 21 Jan 2022 13:38:56 +0100
Subject: [PATCH] add gitignore

---
 .gitignore   | 34 ++++++++++++++++++++++++++++++++++
 komment.o    | Bin 57760 -> 0 bytes
 lyszamlalo.o | Bin 590752 -> 0 bytes
 main         | Bin 508944 -> 0 bytes
 main.o       | Bin 471592 -> 0 bytes
 memtrace.o   | Bin 52800 -> 0 bytes
 split.o      | Bin 57752 -> 0 bytes
 7 files changed, 34 insertions(+)
 create mode 100644 .gitignore
 delete mode 100644 komment.o
 delete mode 100644 lyszamlalo.o
 delete mode 100755 main
 delete mode 100644 main.o
 delete mode 100644 memtrace.o
 delete mode 100644 split.o

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..5bd54e2
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,34 @@
+# Prerequisites
+*.d
+
+# Compiled Object files
+*.slo
+*.lo
+*.o
+*.obj
+
+# Precompiled Headers
+*.gch
+*.pch
+
+# Compiled Dynamic libraries
+*.so
+*.dylib
+*.dll
+
+# Fortran module files
+*.mod
+*.smod
+
+# Compiled Static libraries
+*.lai
+*.la
+*.a
+*.lib
+
+# Executables
+*.exe
+*.out
+*.app
+
+main
\ No newline at end of file
diff --git a/komment.o b/komment.o
deleted file mode 100644
index df7efd8..0000000
Binary files a/komment.o and /dev/null differ
diff --git a/lyszamlalo.o b/lyszamlalo.o
deleted file mode 100644
index 71b7942..0000000
Binary files a/lyszamlalo.o and /dev/null differ
diff --git a/main b/main
deleted file mode 100755
index f101210..0000000
Binary files a/main and /dev/null differ
diff --git a/main.o b/main.o
deleted file mode 100644
index bce406e..0000000
Binary files a/main.o and /dev/null differ
diff --git a/memtrace.o b/memtrace.o
deleted file mode 100644
index 2693908..0000000
Binary files a/memtrace.o and /dev/null differ
diff --git a/split.o b/split.o
deleted file mode 100644
index 4355221..0000000
Binary files a/split.o and /dev/null differ
--
libgit2 0.26.0