diff options
author | hexcoder- <heiko@hexco.de> | 2020-05-29 12:07:09 +0200 |
---|---|---|
committer | hexcoder- <heiko@hexco.de> | 2020-05-29 12:07:09 +0200 |
commit | 92b7974f4407b105c597c65e3da5010a4e4c4782 (patch) | |
tree | 18df99b99a0230259c9508682908445ad8d2e0c1 | |
parent | 5e4cd05e04c68e5110246cad00ea1dd9ece45355 (diff) | |
download | afl++-92b7974f4407b105c597c65e3da5010a4e4c4782.tar.gz |
.gitignore: add *.pyc
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
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 |