Skip to content

Commit 921410d

Browse files
committed
rework ignorefiles
1 parent 5f25099 commit 921410d

File tree

2 files changed

+19
-12
lines changed

2 files changed

+19
-12
lines changed

.dockerignore

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,18 @@ ci/docs
2424
ci/cache
2525

2626
# Native build
27+
.cache/
28+
.vagrant/
2729
build/
2830
build*/
31+
cache/
32+
compile_commands.json
33+
export/
2934

30-
# Editor directories and files
31-
*.user
35+
# Editors
36+
.kdev4/
37+
*.kdev4
3238
*.swp
39+
*.user
40+
.vs/
41+
.vscode/

.gitignore

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,16 @@
1+
# Native build
2+
.cache/
3+
.vagrant/
14
build/
25
build*/
3-
export/
46
cache/
7+
compile_commands.json
8+
export/
59

6-
.vagrant/
7-
8-
# IDE
9-
.vs/
10-
.vscode/
11-
.cache/
12-
# Kdevelop
10+
# Editors
1311
.kdev4/
1412
*.kdev4
15-
# vim
16-
compile_commands.json
1713
*.swp
1814
*.user
15+
.vs/
16+
.vscode/

0 commit comments

Comments
 (0)