From 9576290397ff6efb5125dc009266075b8db1adc2 Mon Sep 17 00:00:00 2001 From: Oleg Shparber Date: Mon, 18 Sep 2023 02:29:01 -0400 Subject: [PATCH] chore: cleanup .gitignore --- .gitignore | 30 +++++++++++------------------- 1 file changed, 11 insertions(+), 19 deletions(-) diff --git a/.gitignore b/.gitignore index 4688564..eb12c5c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,25 +1,18 @@ # C++ objects and libs -*.slo -*.lo -*.o *.a -*.la -*.lai -*.so *.dll *.dylib - -# Qt Creator -*.autosave - -# Qt Ctreator QML -*.qmlproject.user -*.qmlproject.user.* +*.la +*.lai +*.lo +*.o +*.slo +*.so # CMake -CMakeLists.txt.user -build/ build.*/ +build/ +CMakeLists.txt.user CMakeUserPresets.json # AppImage Builder @@ -33,12 +26,11 @@ squashfs-root/ *.wixobj *.wixpdb +# Qt Creator +*.autosave + # VS Code .vscode/ # Linux appdata /assets/freedesktop/org.zealdocs.zeal.appdata.xml - -# vcpkg -vcpkg/ -vcpkg_installed/