diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 52ecb4eba..685e356c6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,18 @@ build* .ccls-cache/ compile_commands.json +sonar* +.scannerwork* +deb +info.txt +.vscode +.DS_Store + +# Local install +install* + +# Robot +tests/**/*.xml +tests/**/*.html +tests/**/*.log +*.tar |