1
0
mirror of synced 2026-01-12 00:42:56 +00:00

Add .dockerignore to slim down builds a bit

This commit is contained in:
Abe Jellinek 2020-10-26 14:06:29 -07:00
parent 140ac59e44
commit c00fea902a

18
.dockerignore Normal file
View 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