From 4029711c2d664084208383d7f9e8f11a2a7422b7 Mon Sep 17 00:00:00 2001 From: Isaac Marovitz Date: Tue, 4 Jul 2023 13:30:55 +0100 Subject: [PATCH] Better gitignore --- .gitignore | 66 +++++++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 58 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 63564158f..1e6b6e447 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,59 @@ -build/ -compile_commands.json -CMakeFiles -*.cmake -.vscode -Makefile -*.DS_Store -*.a +# Compiled Object files +*.slo +*.lo *.o + +# Compiled Dynamic libraries +*.so +*.dylib + +# Compiled Static libraries +*.lai +*.la +*.a +*.opensdf +*.sdf +*.suo +*.tlog +*.idb +*.pdb +*.obj +*.ilk +*.pch + +*.log +*.exe +*.dll +*.elf +*.lastbuildstate +*.unsuccessfulbuild +*.res +*.dump +*.wav + +# Visual Studio Files +.vs/* +.vscode/* +*.ipch +*.vspx +*.psess +*.VC.* +*.vcxproj.user +enc_temp_folder/* +CMakeSettings.json +*PVS-Studio* +PVS/* + +# cmake +Makefile +*CMakeFiles* +CMakeCache.txt +*cmake_install.cmake* +CPackConfig.cmake +CPackSourceConfig.cmake +compile_commands.json + +# macOS +*.DS_Store + +build/