diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c268c65 --- /dev/null +++ b/.gitignore @@ -0,0 +1,29 @@ +# Build directories +/build/ + +# Output binaries and folders +/output/ + +# CMake files +CMakeFiles/ +CMakeCache.txt +cmake_install.cmake +Makefile + +# Editor/OS files +*.swp +*.swo +*~ +.DS_Store + +# Compiled objects +*.o +*.obj +*.so +*.a +*.exe +*.dll +*.out + +# Generated recreator files (optional, if you want to ignore them) +_*.[ch]pp \ No newline at end of file diff --git a/output/dehydrate.amd64 b/output/dehydrate.amd64 deleted file mode 100755 index 2996c0b..0000000 Binary files a/output/dehydrate.amd64 and /dev/null differ diff --git a/output/dehydrate.arm64 b/output/dehydrate.arm64 deleted file mode 100755 index 7df509c..0000000 Binary files a/output/dehydrate.arm64 and /dev/null differ