Merge pull request #2202 from fcrisciani/ignore
Added back dockerignore
This commit is contained in:
commit
9140372ec3
2 changed files with 7 additions and 1 deletions
5
libnetwork/.dockerignore
Normal file
5
libnetwork/.dockerignore
Normal file
|
@ -0,0 +1,5 @@
|
|||
.git
|
||||
.dockerignore
|
||||
Dockerfile
|
||||
bin
|
||||
tags
|
3
libnetwork/.gitignore
vendored
3
libnetwork/.gitignore
vendored
|
@ -3,9 +3,10 @@
|
|||
*.a
|
||||
*.so
|
||||
*~
|
||||
.*
|
||||
.gtm
|
||||
bin/
|
||||
tags
|
||||
.DS_Store
|
||||
|
||||
# Folders
|
||||
integration-tmp/
|
||||
|
|
Loading…
Add table
Reference in a new issue