diff --git a/SysWhispers3/.gitignore b/SysWhispers3/.gitignore index eea4092..a53b798 100644 --- a/SysWhispers3/.gitignore +++ b/SysWhispers3/.gitignore @@ -1,6 +1,5 @@ .idea !data/* -!example-output/* __pycache__ *.asm *.c diff --git a/output/syscalls-aio.h b/example-output/syscalls-aio.h similarity index 100% rename from output/syscalls-aio.h rename to example-output/syscalls-aio.h diff --git a/output/syscalls-asm.h b/example-output/syscalls-asm.h similarity index 100% rename from output/syscalls-asm.h rename to example-output/syscalls-asm.h diff --git a/output/syscalls.c b/example-output/syscalls.c similarity index 100% rename from output/syscalls.c rename to example-output/syscalls.c diff --git a/output/syscalls.h b/example-output/syscalls.h similarity index 100% rename from output/syscalls.h rename to example-output/syscalls.h