-
Notifications
You must be signed in to change notification settings - Fork 87
/
Copy path.gitignore
92 lines (87 loc) · 1.93 KB
/
.gitignore
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
#
# This file is tracked by git for the winpcap repository, and thus should
# only contain ignore entries common to all WinPcap developers. To ignore
# files specific to your local repository, for example files generated by
# your editor, add them to your repository exclude file (.git/info/exclude)
# or your global ~/.gitignore_global. For details see:
# https://help.github.com/articles/ignoring-files
#
# Compiled or generated source #
################################
*.dll
*.exe
*.obj
*grammar.out
*grammar.[ch]
*scanner.c
*_dict.c
*_lex.h
# CMake (currently unused) #
##################
CMakeCache.txt
CMakeFiles
cmake_install.cmake
CPackConfig.cmake
CPackSourceConfig.cmake
# Miscellaneous Windows Development #
#################
*.bsc
*.dsp
*.dsw
*.chm
*.exp
*.lib
*.ilk
*.manifest
*.pdb
*.nativecodeanalysis.xml
*.rc
*.res
*.vcxproj.user
*.opensdf
*.sdf
*.v12.suo
# Misc #
########
*.swp
*~
.DS_Store
cscope.*
dummy.cpp
tags
TAGS
# Project specific ignores
install/WinPcap Installer Helper/Debug
packetNtx/Dll/Project/Debug
packetNtx/driver/Debug
wpcap/PRJ/Debug
wpcap/libpcap/rpcapd/Debug
install/NPF_CABS
install/setup.inf
install/setup.rpt
install/installer/distribution/x64
install/installer/distribution/x86
install/WinPcap Installer Helper/Release
packetNtx/Dll/Project/Debug No NetMon
packetNtx/Dll/Project/Release LOG_TO_FILE
packetNtx/Dll/Project/Release No NetMon LOG_TO_FILE
packetNtx/Dll/Project/Release No NetMon
packetNtx/Dll/Project/Release
packetNtx/buildfre_win7_amd64.log
packetNtx/buildfre_win7_x86.log
packetNtx/driver/Release
packetNtx/driver/bin
packetNtx/driver/objfre_win7_amd64
packetNtx/driver/objfre_win7_x86
packetNtx/driver/x64
wpcap/PRJ/Debug No AirPcap
wpcap/PRJ/Release No AirPcap
wpcap/PRJ/Release
wpcap/libpcap/rpcapd/Release
packetNtx/driver/PREfast_defects_*
packetNtx/driver/buildchk_*
packetNtx/driver/buildfre_*
packetNtx/driver/objchk_*
packetNtx/driver/objfre_*
packetNtx/driver/prefastchk_*
packetNtx/driver/prefastfre_*