Files
hpcore/.gitignore
Asanka Indrajith d6acee4e09 Basic consensus implementation (#45)
Consensus for user connections, user inputs, contract outputs and time.
2019-10-26 11:46:32 -04:00

13 lines
142 B
Plaintext

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