.dockerignore 827 Bytes
Newer Older
Valentin Platzgummer's avatar
Valentin Platzgummer committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66
# Project Files unneeded by docker
.dockerignore

.git
.gitignore

.travis.yml
.travis
.appveyor.yml
.github

.clang-format

# Bazel
bazel/doc
bazel/README.md
bazel/cache
bazel/docker
bazel/Makefile

# CMake
cmake/doc
cmake/README.md
cmake/cache
cmake/docker
cmake/Makefile

# Makefile
makefiles/doc
makefiles/README.md
makefiles/cache
makefiles/docker
makefiles/Makefile
Makefile.local

binder
docs
tools/docker
tools/release
tools/win
Dependencies.txt
README.md
CONTRIBUTING.md
#LICENSE-2.0.txt

# Native CMake/Make build
classes
dependencies/sources
dependencies/install
ortools/gen
objs
lib
bin
packages
build/
examples/data/vector_packing
examples/data/rcpsp
examples/data/binpacking
examples/data/spp
examples/data/scp
examples/data/roadef_challenge_2011
examples/data/cvrptw

# Editor directories and files
*.user
*.swp