From e6e5648a2d5857c468ebd4e19fc4ee97eff4c2a6 Mon Sep 17 00:00:00 2001 From: murat Date: Tue, 26 May 2026 18:21:35 +0300 Subject: [PATCH] updated gitignore --- .gitignore | 65 ------------------------------------------------------ 1 file changed, 65 deletions(-) diff --git a/.gitignore b/.gitignore index 0ba1c63..4efed76 100644 --- a/.gitignore +++ b/.gitignore @@ -1,69 +1,4 @@ -# Prerequisites -*.d - -# Compiled Object files -*.slo -*.lo -*.o -*.obj - -# Precompiled Headers -*.gch -*.pch - -# Linker files -*.ilk - -# Debugger Files -*.pdb - -# Compiled Dynamic libraries -*.so -*.dylib -*.dll -*.so.* - - -# Fortran module files -*.mod -*.smod - -# Compiled Static libraries -*.lai -*.la -*.a -*.lib - -# Executables -*.exe -*.out -*.app - # Build directories build/ Build/ build-*/ - -# CMake generated files -CMakeFiles/ -CMakeCache.txt -cmake_install.cmake -Makefile -install_manifest.txt -compile_commands.json - -# Temporary files -*.tmp -*.log -*.bak -*.swp - -# vcpkg -vcpkg_installed/ - -# debug information files -*.dwo - -# test output & cache -Testing/ -.cache/