We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f25099 commit 921410dCopy full SHA for 921410d
.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,16 @@
1
+# Native build
2
3
4
5
-export/
6
cache/
7
8
9
-.vagrant/
-
-# IDE
-.vs/
10
-.vscode/
11
-.cache/
12
-# Kdevelop
13
.kdev4/
14
*.kdev4
15
-# vim
16
-compile_commands.json
17
18
*.user
0 commit comments