From 572b4b471f82795eec223fabd1da5dc4a502c541 Mon Sep 17 00:00:00 2001 From: Ferenc Szontágh <szf@fsociety.hu> Date: Tue, 25 Jun 2024 07:09:54 +0000 Subject: [PATCH] initial2 --- .gitignore | 23 ++++++++++++++++++++++- 1 files changed, 22 insertions(+), 1 deletions(-) diff --git a/.gitignore b/.gitignore index d876a87..52dc43d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,23 @@ build -external \ No newline at end of file +external +# Compiled Object files +*.slo +*.lo +*.o +*.obj + +# Compiled Dynamic libraries +*.so +*.dylib +*.dll + +# Compiled Static libraries +*.lai +*.la +*.a +*.lib + +# Executables +*.exe +*.out +*.app \ No newline at end of file -- Gitblit v1.9.3