wepoll/.gitignore
Bert Belder 3ad20d71ff
build: refactor config infrastructure and test build setup
* Configuration is now done with files, instead of through command line
  switches specified in CMakeLists.txt.
* Link tests with a static library instead of compiling individual
  wepoll source files as part of the test executable. This should make
  the CI run significantly faster.
2020-01-12 23:56:59 +01:00

53 lines
445 B
Plaintext

*_BACKUP_*
*_BASE_*
*_LOCAL_*
*_REMOTE_*
*.a
*.dll
*.exe
*.exp
*.ilk
*.lib
*.manifest
*.opensdf
*.orig
*.pdb
*.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/
/gen/
/ipch/
/lib/
/MinSizeRel/
/out/
/Release/
/RelWithDebInfo/
/Win32/
/x64/
/cmake_install.cmake
/CMakeCache.txt
/Makefile