diff --git a/.gitignore b/.gitignore index 3d0916918..d8f064b19 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,22 @@ + +# direnv +.envrc.local + + +# Intelij +.idea/ + +# VS Code +.vs/ + +# Sonar +.scannerwork/ +.vs/ +bw-output/ +out/ +sonar/ + + # Object files *.o *.ko