From 74c94161cdbb30d2dbd814ae80b11fb21fc697bd Mon Sep 17 00:00:00 2001 From: pakutz79 Date: Sun, 5 Apr 2026 21:54:20 +0200 Subject: [PATCH] chore: add .gitignore for build artifacts --- .gitignore | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b607d8c --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +# Build artifacts +*.o +*.so +moc_*.cpp +moc_*.h +Makefile +.qmake.stash +builddir/ +*_moc.cpp +autogenerated/