about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2024-07-29 19:08:29 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2024-07-29 19:08:29 +0200
commita83a023dd03315f0749308ea00acbd947ac47e30 (patch)
tree9fd2c34f0aa2245eab17465597b82e27c7b47431
parentfs-tracer: handle fseek syscall (diff)
downloadfs-tracer-a83a023dd03315f0749308ea00acbd947ac47e30.tar.gz
fs-tracer-a83a023dd03315f0749308ea00acbd947ac47e30.tar.bz2
fs-tracer-a83a023dd03315f0749308ea00acbd947ac47e30.zip
misc: Update gitignore
-rw-r--r--.gitignore4
-rwxr-xr-xtests/a.outbin15872 -> 0 bytes
2 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 0ab5a1b..96d4fbb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,4 +17,6 @@ Cargo.lock
 
 .direnv/
 
-log
+log*
+
+tests/a.out
diff --git a/tests/a.out b/tests/a.out
deleted file mode 100755
index 3d9e7c1..0000000
--- a/tests/a.out
+++ /dev/null
Binary files differ