Skip to content

Commit 4aa8344

Browse files
author
Brent Cook
committed
Land rapid7#5316, ignore linux meterpreter bins
2 parents 78c5808 + fc57852 commit 4aa8344

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,10 @@ external/source/exploits/**/Debug
6666
external/source/exploits/**/Release
6767

6868
# Avoid checking in Meterpreter binaries. These are supplied upstream by
69-
# the meterpreter_bins gem.
69+
# the metasploit-payloads gem.
7070
data/meterpreter/*.dll
71+
data/meterpreter/*.bin
72+
data/meterpreter/*.lso
7173

7274
# Avoid checking in Meterpreter libs that are built from
7375
# private source. If you're interested in this functionality,

0 commit comments

Comments
 (0)