Skip to content

Commit 9db9d34

Browse files
committed
rework ignore files
1 parent cbcbc74 commit 9db9d34

File tree

2 files changed

+19
-11
lines changed

2 files changed

+19
-11
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 & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
1+
# Native build
2+
.cache/
3+
.vagrant/
14
build/
25
build*/
3-
export/
46
cache/
7+
compile_commands.json
8+
export/
59
__pycache__
610

7-
# EDITORS
8-
.vagrant/
9-
.vs/
10-
.vscode/
11-
.cache/
12-
# Kdevelop
11+
# Editors
1312
.kdev4/
1413
*.kdev4
15-
# vim
16-
compile_commands.json
1714
*.swp
1815
*.user
16+
.vs/
17+
.vscode/

0 commit comments

Comments
 (0)