diff --git a/.gitignore b/.gitignore index c38fdde..e3f0bb7 100644 --- a/.gitignore +++ b/.gitignore @@ -133,4 +133,33 @@ data_backup/ data/ exps/ summary/ -*.csv \ No newline at end of file +*.csv + +# CMake +CMakeCache.txt +CMakeFiles/ +cmake_install.cmake +CMakeScripts/ +Testing/ +Makefile +*.cmake +!CMakeLists.txt +compile_commands.json +CTestTestfile.cmake +_deps/ +build/ + +# Logs +*.log +log/ +logs/ +*.log.* +.log +.logs/ + +# IDE specific +.vscode/ +.idea/ +*.swp +*.swo +*~ \ No newline at end of file