diff --git a/.gitignore b/.gitignore index 1d2f260..3a83881 100644 --- a/.gitignore +++ b/.gitignore @@ -21,5 +21,6 @@ Cargo.lock # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ -# Result -build/* \ No newline at end of file +# Build Binaries +build/* +out/*