diff --git a/.gitignore b/.gitignore index d03f667..31a8824 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,7 @@ # temporary files -tmp/ \ No newline at end of file +tmp/ + +# rust target +desktop/target/ +pi-master/target/ +pi-slave/target/ \ No newline at end of file