More thorough .gitignore
This commit is contained in:
parent
b7436cffce
commit
e638efdbcb
1 changed files with 10 additions and 0 deletions
10
.gitignore
vendored
10
.gitignore
vendored
|
|
@ -5,11 +5,21 @@ CMakeCache.txt
|
||||||
CMakeFiles
|
CMakeFiles
|
||||||
Makefile
|
Makefile
|
||||||
compile_commands.json
|
compile_commands.json
|
||||||
|
*.cmake
|
||||||
|
|
||||||
libraries/utilities/git_revision.cpp
|
libraries/utilities/git_revision.cpp
|
||||||
|
|
||||||
|
programs/cli_wallet/cli_wallet
|
||||||
|
programs/js_operation_serializer/js_operation_serializer
|
||||||
|
programs/witness_node/witness_node
|
||||||
|
|
||||||
tests/app_test
|
tests/app_test
|
||||||
tests/chain_bench
|
tests/chain_bench
|
||||||
tests/chain_test
|
tests/chain_test
|
||||||
|
tests/intense_test
|
||||||
|
tests/performance_test
|
||||||
|
|
||||||
/doxygen
|
/doxygen
|
||||||
|
|
||||||
|
witness_node_data_dir
|
||||||
|
wallet.json
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue