mirror of
https://github.com/ntop/n2n.git
synced 2024-11-05 06:17:58 +05:30
018add0280
By switching to the "any" architecture, we no longer need to template the debian/control file. This simply claims that the package can be built on any known debian arch - which we currently think is true - so it will help future portability.
65 lines
898 B
Plaintext
65 lines
898 B
Plaintext
*.o
|
|
*.a
|
|
*.gz
|
|
*.exe
|
|
configure
|
|
config.log
|
|
config.mak
|
|
config.rpath
|
|
config.status
|
|
include/config.h
|
|
include/config.h.in
|
|
autom4te.cache
|
|
edge
|
|
example_edge_embed_quick_edge_init
|
|
example_edge_embed
|
|
example_sn_embed
|
|
supernode
|
|
tools/n2n-benchmark
|
|
tools/n2n-decode
|
|
tools/n2n-keygen
|
|
tools/n2n-portfwd
|
|
tools/n2n-route
|
|
build
|
|
.idea
|
|
.vscode
|
|
.vs
|
|
packages/debian/debian/files
|
|
*dSYM*
|
|
|
|
__pycache__
|
|
|
|
# Binaries built to run tests
|
|
tools/tests-auth
|
|
tools/tests-compress
|
|
tools/tests-elliptic
|
|
tools/tests-hashing
|
|
tools/tests-transform
|
|
tools/tests-wire
|
|
|
|
# Files generated while running tests
|
|
tests/*.out
|
|
|
|
# Files generated while running coverage reports
|
|
*.gcno
|
|
*.gcda
|
|
*.gcov
|
|
coverage/
|
|
|
|
# Files generated while running linting
|
|
*.indent
|
|
*.unc-backup.md5~
|
|
*.unc-backup~
|
|
|
|
# Empty files created by the openwrt build
|
|
/.built
|
|
/.built_check
|
|
/.configured_*
|
|
/.prepared
|
|
/.quilt_checked
|
|
/.source_dir
|
|
/ABOUT-NLS
|
|
/AUTHORS
|
|
/ChangeLog
|
|
/NEWS
|