From 92b7974f4407b105c597c65e3da5010a4e4c4782 Mon Sep 17 00:00:00 2001 From: hexcoder- Date: Fri, 29 May 2020 12:07:09 +0200 Subject: [PATCH] .gitignore: add *.pyc --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index ab890bf3..505a4ecb 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ .test2 *.o *.so +*.pyc afl-analyze afl-as afl-clang