summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 8de8e77021d4a02e2ba02c682e9b58c9fd72fb29 (plain)
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
43
44
*.orig
*.rej
/Makefile
*~
/*.o
*.gcda
*.gcno
*.gcov
/libnetdissect.a
/config.h
/config.h.in
/config.log
/config.cache
/config.status
/configure
/.devel
/os-proto.h
/stamp-h
/stamp-h.in
/tcpdump
/tcpdump.1
/tcpdump-*.tar.gz
failure-outputs.txt
/autom4te.cache/
*.VC.db
*.VC.opendb
ALL_BUILD.vcxproj*
ZERO_CHECK.vcxproj*
check.vcxproj*
netdissect.vcxproj*
tcpdump.vcxproj*
uninstall.vcxproj*
CMakeCache.txt
CMakeFiles/
Debug/
Release/
MinSizeRel/
RelWithDebInfo/
cmake_install.cmake
cmake_uninstall.cmake
netdissect.dir/
tcpdump.dir/
tcpdump.sln
.vs/