Merge pull request #1059 from billchenchina/fix-gitignore

Add more to gitignore
This commit is contained in:
Hamish Coleman 2022-11-15 10:34:54 +11:00 committed by GitHub
commit ec15ebb80c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

3
.gitignore vendored
View File

@ -14,6 +14,8 @@ supernode
tools/n2n-benchmark tools/n2n-benchmark
tools/n2n-decode tools/n2n-decode
tools/n2n-keygen tools/n2n-keygen
tools/n2n-portfwd
tools/n2n-route
build build
.idea .idea
.vscode .vscode
@ -31,6 +33,7 @@ packages/etc/systemd/system/supernode.service
cmake-build-*/ cmake-build-*/
# Binaries built to run tests # Binaries built to run tests
tools/tests-auth
tools/tests-compress tools/tests-compress
tools/tests-elliptic tools/tests-elliptic
tools/tests-hashing tools/tests-hashing