aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore18
1 files changed, 17 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 52ecb4eba..cbdd34811 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,19 @@
build*
-.ccls-cache/
+.cache/
compile_commands.json
+sonar*
+.scannerwork*
+deb
+info.txt
+.vscode
+.DS_Store
+
+# Local install
+install*
+
+# Robot
+tests/**/*.xml
+tests/**/*.html
+tests/**/*.log
+*.tar
+**/env \ No newline at end of file