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 cbcbc74 commit 9db9d34Copy full SHA for 9db9d34
.dockerignore
@@ -24,9 +24,18 @@ ci/docs
24
ci/cache
25
26
# Native build
27
+.cache/
28
+.vagrant/
29
build/
30
build*/
31
+cache/
32
+compile_commands.json
33
+export/
34
-# Editor directories and files
-*.user
35
+# Editors
36
+.kdev4/
37
+*.kdev4
38
*.swp
39
+*.user
40
+.vs/
41
+.vscode/
.gitignore
@@ -1,18 +1,17 @@
1
+# Native build
2
3
4
5
-export/
6
cache/
7
8
9
__pycache__
10
-# EDITORS
-.vagrant/
-.vs/
-.vscode/
11
-.cache/
12
-# Kdevelop
13
.kdev4/
14
*.kdev4
15
-# vim
16
-compile_commands.json
17
18
*.user
0 commit comments