diff --git a/.gitignore b/.gitignore index 231cf8f..71ee782 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,41 @@ +*_BASE_* +*_BACKUP_* +*_REMOTE_* +*_LOCAL_* + *.opensdf *.orig *.sdf +*.sln *.suo +*.TMP +*.user +*.VC.db +*.VC.opendb +*.vcxproj *.vcxproj.filters *.vcxproj.user +*.vspx -/Debug -/Release -/ipch +/*.build/ +/*.dir/ +/*.xcodeproj/ + +/.vs/ +/.vscode/ +/bin/ +/build/ +/CMakeFiles/ +/CMakeScripts/ +/Debug/ +/ipch/ +/lib/ +/out/ +/Release/ +/RelWithDebInfo/ +/x64/ +/Win32/ + +/CMakeCache.txt +/cmake_install.cmake +/Makefile