We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0431720 + 4aa0785 commit 38d1b21Copy full SHA for 38d1b21
.gitignore
@@ -83,3 +83,7 @@ data/meterpreter/screenshot.*.dll
83
# private source. If you're interested in this functionality,
84
# check out Metasploit Pro: http://metasploit.com/download
85
data/meterpreter/ext_server_pivot.*.dll
86
+
87
+# Avoid checking in metakitty, the source for
88
+# https://rapid7.github.io/metasploit-framework. It's an orphan branch.
89
+/metakitty
.travis.yml
@@ -36,3 +36,9 @@ notifications:
36
37
git:
38
depth: 5
39
40
+# Blacklist certain branches from triggering travis builds
41
+branches:
42
+ except:
43
+ - gh-pages
44
+ - metakitty
0 commit comments