wepoll/.gitignore
2017-12-11 21:19:59 +01:00

52 lines
439 B
Plaintext

*_BASE_*
*_BACKUP_*
*_REMOTE_*
*_LOCAL_*
*.a
*.dll
*.exe
*.exp
*.ilk
*.lib
*.manifest
*.pdb
*.opensdf
*.orig
*.sdf
*.sln
*.suo
*.TMP
*.user
*.VC.db
*.VC.opendb
*.vcxproj
*.vcxproj.filters
*.vcxproj.user
*.vspx
/*.build/
/*.dir/
/*.xcodeproj/
/.vs/
/.vscode/
/bin/
/build/
/CMakeFiles/
/CMakeScripts/
/Debug/
/dist/
/ipch/
/lib/
/MinSizeRel/
/out/
/Release/
/RelWithDebInfo/
/x64/
/Win32/
/CMakeCache.txt
/cmake_install.cmake
/Makefile