aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-08-31 19:04:37 +0200
committerGitHub <noreply@github.com>2020-08-31 19:04:37 +0200
commit2dffed1cffcd78db16412d0531d2976bfd3bc0fe (patch)
treedd41be1ffcc9e471591d7c7bd899baf1987aeb97 /.gitignore
parent42ef1968a530d5fe598d53e93431dfcff3727b4b (diff)
parente93f78eca53e3b1542d109fd9b4c634831e9fd63 (diff)
downloadafl++-2dffed1cffcd78db16412d0531d2976bfd3bc0fe.tar.gz
Merge pull request #534 from AFLplusplus/dev
push to stable for GSOC
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index b2c2fc62..0527a0b2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,8 +1,10 @@
.test
.test2
.sync_tmp
+.vscode
*.o
*.so
+*.swp
*.pyc
*.dSYM
as
@@ -10,6 +12,7 @@ ld
in
out
core*
+compile_commands.json
afl-analyze
afl-as
afl-clang
@@ -39,6 +42,7 @@ afl-cmin.8
afl-cmin.bash.8
afl-fuzz.8
afl-gcc.8
+afl-g++.8
afl-gcc-fast.8
afl-g++-fast.8
afl-gotcpu.8