Skip to content

Commit 2ddd743

Browse files
committed
Merge branch 'dev'
Conflicts: Malcom/model/model.py
2 parents 00def5a + c8e1553 commit 2ddd743

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+4867
-2416
lines changed

.gitignore

+9-2
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,19 @@ nosetests.xml
3636
.pydevproject
3737

3838

39-
# folders
39+
# Malcom folders
4040
env-*
4141
libs
42-
42+
# do not include user-generated pcap files
43+
Malcom/sniffer/*.pcap
44+
# do not include TLS keys
45+
Malcom/networking/tlsproxy/keys/server.crt
46+
Malcom/networking/tlsproxy/keys/server.key
47+
Malcom/auxiliary/geoIP/*
48+
*.conf
4349

4450
# MAC OS X stuff
51+
.fuse_*
4552
.DS_Store
4653
.DS_Store?
4754
._*

0 commit comments

Comments
 (0)