From 10f2cebd469c1a57f8eb8b083857221e6803012c Mon Sep 17 00:00:00 2001 From: Stefan Stefanov Date: Fri, 19 Apr 2024 20:41:12 +0300 Subject: [PATCH] init --- .gitignore | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..78dbaab --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +*.exe +*.sublime-workspace +*.pdb +*.raddbgi +*.dll +*.exp +*.lib +log.txt +*.bin +*.dylib +*.so +*.dSYM +linux + +build/ \ No newline at end of file