From b11fa1e143338465c31c1a53127279ff15692556 Mon Sep 17 00:00:00 2001 From: dw1 Date: Tue, 30 Jun 2020 18:29:42 +0700 Subject: [PATCH] :pencil: Ignoring payload results --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4f5c915..883987f 100644 --- a/.gitignore +++ b/.gitignore @@ -148,4 +148,7 @@ dmypy.json .pytype/ # Cython debug symbols -cython_debug/ \ No newline at end of file +cython_debug/ + +# Smuggler results +payloads/*.txt \ No newline at end of file