Skip to content

Commit fc57852

Browse files
committed
Add the POSIX binaries to the ignore list
Now that the POSIX bins are in the metasploit-payloads gem, we can make sure that we don't accidentally include them in future commits by adding them to gitignore.
1 parent 60e2517 commit fc57852

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)