We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 559863c commit 793f1f5Copy full SHA for 793f1f5
.gitignore
@@ -0,0 +1,29 @@
1
+# .gitignore
2
+# Temporary files
3
+*~
4
+tmp
5
+# All build folders
6
+/build*/
7
+# Visual Studio Code
8
+.vscode/settings.json
9
+.vscode/launch.json
10
+.vscode/*.log
11
+*.code-workspace
12
+# JetBrains IDE
13
+.idea/
14
+# Cmake Projects in root ###
15
+compile_commands.json
16
+# Clangd index
17
+.clangd/
18
+.cache/
19
+# BeyondCompare backup files
20
+*.orig
21
+# SonarScanner files
22
+.scannerwork/
23
+# Generated debconf files
24
+applications/*/debconf/config
25
+# Macos fs igores
26
+*.DS_Store
27
+# Other files
28
+*.swp
29
+*.gcov
0 commit comments