Files
hpcore/.gitignore
Ravin Perera cb364cc420 Compilation time improvements. (#52)
* Precompiled header for all common library headers (with cmake 3.16rc3).
* Divided cmake build into shared libraries.
* Added gold linker support.
* Separated websockets lambda expressions to an independent file.
2019-11-02 14:46:21 +05:30

13 lines
139 B
Plaintext

*~
*.swp
*.swo
.*.sw?
.DS_Store
build
hpsupport.dir
.vscode
**/Makefile
**/CMakeCache.txt
**/cmake_install.cmake
**/CMakeFiles/**
hpcluster