Add .dockerignore to slim down builds a bit
This commit is contained in:
parent
140ac59e44
commit
c00fea902a
18
.dockerignore
Normal file
18
.dockerignore
Normal file
@ -0,0 +1,18 @@
|
||||
# Object files
|
||||
*.o
|
||||
# Editor backups and recovery files
|
||||
*~
|
||||
\#*#
|
||||
# build directories
|
||||
*.386-x/**
|
||||
*.386/**
|
||||
*.sparc-x/**
|
||||
*.sparc/**
|
||||
*.x86_64-x/**
|
||||
*.x86_64/**
|
||||
*.armv7l-x/**
|
||||
*.armv7l/**
|
||||
init.386/**
|
||||
# core files
|
||||
core
|
||||
*.core
|
||||
Loading…
x
Reference in New Issue
Block a user