forked from kismetwireless/kismet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
64 lines (52 loc) · 953 Bytes
/
.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
*.o
*~
# vim session
.*.swp*
.*.tmp*
# Test files
callgrind*
*.pcap
# Deps
*.d
# Autogen'd protobuf
*.pb.cc
*.pb.h
*.pb-c.c
*.pb-c.h
# Python compiled code
*.pyc
capture_*/*.egg-info/
capture_*/build/
capture_*/dist/
python_modules/*/*.egg-info/
python_modules/*/build/
python_modules/*/dist/
# Capture driver files
capture_nrf_mousejack/kismet_cap_nrf_mousejack
capture_linux_bluetooth/kismet_cap_linux_bluetooth
capture_linux_wifi/kismet_cap_linux_wifi
capture_osx_corewlan_wifi/kismet_cap_osx_corewlan
kismet_cap_pcapfile
# generated by configure
.depend
Makefile
Makefile.inc
scripts/kismet
aclocal.m4
autom4te.cache/
config.h
config.log
config.status
config.guess.dh*
config.sub.dh*
# built binaries
kismet
libkismetdatasource.a
# Plugin stuff
plugin-*/*.so
# Packaging
!packaging/centos/el7/Makefile
packaging/centos/el7/kismet-git.spec
packaging/kismet.pc
packaging/systemd/debug/kismet-debug.service
packaging/systemd/kismet.service