diff --git a/.gitignore b/.gitignore index 4c097de..c97c94e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,36 +1,30 @@ -# Object files -*.o -*.o.* -*.ko -*.obj -*.elf - - - -# Libraries -*.lib -*.a -*.la -*.lo - - - -# Shared objects -*.so -*.so.* - - - # Binary files wsdd wsdd_debug - # SDK files SDK/ gsoap-2.8/ -generated/ + + +# cmake +CMakeLists.txt.user +CMakeCache.txt +CMakeFiles +CMakeScripts +Testing +cmake_install.cmake +install_manifest.txt +compile_commands.json +CTestTestfile.cmake +_deps + +/[Dd]ebug*/ +/[Rr]elease*/ +/[Bb]uild*/ +/MinSizeRel*/ +/RelWithDebInfo*/ # Temp files @@ -40,6 +34,5 @@ generated/ *.depend - # Files that we don't want to ignore !.gitignore