From 3177e98bb430878749b7ca4356f045da659586cb Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Fri, 1 Sep 2017 15:05:11 +0200 Subject: [PATCH] structure: add more .gitignore items --- .gitignore | 37 ++++++++++++++++++++++++++++++++++--- 1 file changed, 34 insertions(+), 3 deletions(-) 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