structure: add more .gitignore items
This commit is contained in:
parent
692e97d0db
commit
3177e98bb4
37
.gitignore
vendored
37
.gitignore
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user