mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 04:31:29 +00:00
Nmap's changes have been moved from the NMAP_MODIFICATIONS file to the Github repo at https://github.com/nmap/libdnet The NMAP_MODIFICATIONS file instead will document only the changes made to strip unused parts of the libdnet source prior to inclusion in Nmap.
57 lines
826 B
Plaintext
57 lines
826 B
Plaintext
# Generated objects
|
|
*.o
|
|
*.lo
|
|
*.la
|
|
|
|
# Backups
|
|
**~
|
|
|
|
# Local tarballs and Pyrex
|
|
Pyrex-0*
|
|
libdnet-*.tar.gz
|
|
|
|
# Python Cache
|
|
**/__pycache__/
|
|
|
|
# Local Python virtual environment
|
|
.virtualenv/
|
|
|
|
# From configure
|
|
config.log
|
|
config.status
|
|
dnet-config
|
|
include/config.h
|
|
include/stamp-h1
|
|
libtool
|
|
python/setup.py
|
|
|
|
# Generated Makefiles
|
|
Makefile
|
|
include/Makefile
|
|
include/dnet/Makefile
|
|
man/Makefile
|
|
python/Makefile
|
|
src/Makefile
|
|
test/Makefile
|
|
test/check/Makefile
|
|
test/dnet/Makefile
|
|
|
|
# Generated libs/binaries from make
|
|
autom4te.cache/
|
|
src/.libs/
|
|
test/dnet/.libs/
|
|
test/dnet/dnet
|
|
test/check/.libs/
|
|
test/check/*.log
|
|
test/check/*.trs
|
|
test/check/check_addr
|
|
test/check/check_arp
|
|
test/check/check_blob
|
|
test/check/check_eth
|
|
test/check/check_fw
|
|
test/check/check_intf
|
|
test/check/check_ip
|
|
test/check/check_rand
|
|
test/check/check_route
|
|
python/test-suite.log
|