diff --git a/.envrc b/.envrc old mode 100755 new mode 100644 diff --git a/.gitignore b/.gitignore old mode 100755 new mode 100644 index d96c101..f18494c --- a/.gitignore +++ b/.gitignore @@ -39,6 +39,7 @@ *.i*86 *.x86_64 *.hex +ft_ping # Debug files *.dSYM/ diff --git a/LICENSE b/LICENSE old mode 100755 new mode 100644 diff --git a/Makefile b/Makefile old mode 100755 new mode 100644 diff --git a/README.md b/README.md old mode 100755 new mode 100644 diff --git a/VM/default.nix b/VM/default.nix old mode 100755 new mode 100644 diff --git a/VM/home.nix b/VM/home.nix old mode 100755 new mode 100644 diff --git a/flake.lock b/flake.lock old mode 100755 new mode 100644 diff --git a/flake.nix b/flake.nix old mode 100755 new mode 100644 diff --git a/ft_ping b/ft_ping deleted file mode 100755 index 38720b4..0000000 Binary files a/ft_ping and /dev/null differ diff --git a/src/main.c b/src/main.c old mode 100755 new mode 100644