You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
73 lines
723 B
73 lines
723 B
# Build outputs |
|
*.o |
|
*.lo |
|
*.la |
|
*.a |
|
*.so |
|
*.so.* |
|
utun |
|
*.exe |
|
*[^.]* # binaries |
|
|
|
# Autotools |
|
Makefile |
|
Makefile.in |
|
/aclocal.m4 |
|
/autom4te.cache/ |
|
/autoscan.log |
|
/autoscan-*.log |
|
/compile |
|
/config.cache |
|
/config.guess |
|
/config.h |
|
/config.h.in |
|
/config.log |
|
/config.status |
|
/config.sub |
|
/configure |
|
/configure.scan |
|
/depcomp |
|
/install-sh |
|
/libtool |
|
/missing |
|
/stamp-h1 |
|
/build-aux/ |
|
/m4/ |
|
.deps/ |
|
.dirstamp |
|
|
|
# Editor files |
|
*~ |
|
*.swp |
|
*.swo |
|
.vscode/ |
|
.idea/ |
|
.cache/ |
|
|
|
# Debug outputs |
|
core |
|
vgcore.* |
|
callgrind.out.* |
|
|
|
# Test outputs |
|
tests/*.log |
|
tests/*.trs |
|
tests/logs/ |
|
|
|
# Test binaries (files without extension in tests/) |
|
|
|
|
|
# All log files |
|
*.log |
|
|
|
# Local configs |
|
*.cfg |
|
!utun_test.cfg |
|
utun.conf |
|
!utun.conf.sample |
|
|
|
|
|
# MSVC temp files |
|
cl |
|
build_win.log |
|
/wintun.dll
|
|
|