1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
|
# 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
src/.libs/
test/dnet/.libs/
test/dnet/dnet
|