From 01df734fbef5257d08eb14727cd502af496a1cbd Mon Sep 17 00:00:00 2001 From: birdhead Date: Sun, 12 Oct 2025 13:49:17 +0900 Subject: [PATCH] Init --- .gitignore | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..09c81ba --- /dev/null +++ b/.gitignore @@ -0,0 +1,40 @@ +# ---> C++ +# 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 + +SVG.pro +*.pro.user.* + +[Bb]uild +build/* +