Skip to content

Commit 38d1b21

Browse files
committed
Land rapid7#4303, Travis build blacklist
gh-pages, metakitty
2 parents 0431720 + 4aa0785 commit 38d1b21

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,3 +83,7 @@ data/meterpreter/screenshot.*.dll
8383
# private source. If you're interested in this functionality,
8484
# check out Metasploit Pro: http://metasploit.com/download
8585
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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,9 @@ notifications:
3636

3737
git:
3838
depth: 5
39+
40+
# Blacklist certain branches from triggering travis builds
41+
branches:
42+
except:
43+
- gh-pages
44+
- metakitty

0 commit comments

Comments
 (0)