Skip to content

Commit 766b218

Browse files
authored
Merge pull request #1007 from chrisplo/add_git_docker_ignore
Add to gitignore for tar, rootfs for dockerignore
2 parents 6069741 + ccc0d3c commit 766b218

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.dockerignore

+2
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ docs/
66
scripts/gobgp
77
*.tar
88
*.bz2
9+
# export from a docker container, no need to copy into any docker containers
10+
install/v2plugin/rootfs

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
*.o
33
*.a
44
*.so
5+
*.bz2
56

67
# Folders
78
_obj

0 commit comments

Comments
 (0)