From f402f645984d3a056636c49a8ad0bd54f135b01c Mon Sep 17 00:00:00 2001 From: budchirp Date: Sun, 26 May 2024 18:40:32 +0300 Subject: [PATCH] chore: update .gitignore --- .gitignore | 83 ++++-------------------------------------------------- 1 file changed, 5 insertions(+), 78 deletions(-) diff --git a/.gitignore b/.gitignore index e34ffc0..c7e9399 100644 --- a/.gitignore +++ b/.gitignore @@ -1,80 +1,7 @@ -*.d -*.slo -*.lo -*.o -*.obj -*.gch -*.pch -*.so -*.dylib -*.dll -*.mod -*.smod -*.lai -*.la -*.a -*.lib -*.exe -*.out -*.app -*.ko -*.elf -*.ilk -*.map -*.exp -*.so.* -*.i*86 -*.x86_64 -*.hex -*.dSYM/ -*.su -*.idb -*.pdb -*.mod* -*.cmd -.tmp_versions/ -modules.order -Module.symvers -Mkfile.old -dkms.conf -.idea/**/workspace.xml -.idea/**/tasks.xml -.idea/**/usage.statistics.xml -.idea/**/dictionaries -.idea/**/shelf -.idea/**/aws.xml -.idea/**/contentModel.xml -.idea/**/dataSources/ -.idea/**/dataSources.ids -.idea/**/dataSources.local.xml -.idea/**/sqlDataSources.xml -.idea/**/dynamic.xml -.idea/**/uiDesigner.xml -.idea/**/dbnavigator.xml -.idea/**/gradle.xml -.idea/**/libraries -cmake-build-*/ -.idea/**/mongoSettings.xml -*.iws +.idea/ + +build/ out/ -.idea_modules/ -atlassian-ide-plugin.xml -.idea/replstate.xml -.idea/sonarlint/ -com_crashlytics_export_strings.xml -crashlytics.properties -crashlytics-build.properties -fabric.properties -.idea/httpRequests -.idea/caches/build_file_checksums.ser -CMakeLists.txt.user -CMakeCache.txt -CMakeFiles -CMakeScripts -Testing -Makefile -cmake_install.cmake -install_manifest.txt +cmake-build*/ + compile_commands.json -CTestTestfile.cmake -_deps