Skip to content

Commit

Permalink
Adding .dockerignore file.
Browse files Browse the repository at this point in the history
  • Loading branch information
dhermes committed Aug 7, 2019
1 parent b926de9 commit 08be336
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions .dockerignore
@@ -0,0 +1,39 @@
Dockerfile
.dockerignore

.git/
**/*.py[cod]

# Packages
**/*.egg
**/*.egg-info
**/dist
**/build
**/__pycache__

# Unit test / coverage reports
**/.coverage
**/.nox/
**/.cache
**/.pytest_cache

# Mac
**/.DS_Store

# Generated files
**/src/bezier/*.o
**/src/bezier/quadpack/*.o
**/src/bezier/_speedup*.so
**/wheelhouse/
**/scripts/macos/dist_wheels/
**/scripts/macos/fixed_wheels/
**/tests/fortran/*.gcda
**/tests/fortran/*.gcno
**/tests/fortran/*.o
**/tests/fortran/*.mod
**/tests/fortran/coverage.info
**/tests/fortran/lcov-html/
**/tests/fortran/unit-test-bin
**/tests/fortran/unit-test-bin.dSYM/
**/tests/fortran/functional-test-bin
**/tests/fortran/functional-test-bin.dSYM/

0 comments on commit 08be336

Please sign in to comment.