2020-02-25 11:26:59 +01:00
|
|
|
# Project Files unneeded by docker
|
|
|
|
|
.dockerignore
|
|
|
|
|
|
|
|
|
|
.git
|
|
|
|
|
.gitignore
|
|
|
|
|
.travis.yml
|
2020-04-07 00:50:04 +02:00
|
|
|
.travis
|
2020-02-25 11:26:59 +01:00
|
|
|
.appveyor.yml
|
|
|
|
|
.github
|
|
|
|
|
|
|
|
|
|
.clang-format
|
|
|
|
|
|
2020-04-02 17:26:04 +02:00
|
|
|
# Bazel
|
2023-07-24 07:57:51 +02:00
|
|
|
bazel/docs
|
2020-04-02 17:26:04 +02:00
|
|
|
bazel/README.md
|
|
|
|
|
bazel/cache
|
|
|
|
|
bazel/docker
|
|
|
|
|
bazel/Makefile
|
|
|
|
|
|
|
|
|
|
# CMake
|
2023-07-24 07:57:51 +02:00
|
|
|
cmake/docs
|
2020-04-02 17:26:04 +02:00
|
|
|
cmake/README.md
|
2020-02-25 11:26:59 +01:00
|
|
|
cmake/cache
|
|
|
|
|
cmake/docker
|
|
|
|
|
cmake/Makefile
|
|
|
|
|
|
2020-04-02 17:26:04 +02:00
|
|
|
# Makefile
|
2023-07-24 07:57:51 +02:00
|
|
|
makefiles/docs
|
2020-04-02 17:26:04 +02:00
|
|
|
makefiles/README.md
|
|
|
|
|
makefiles/cache
|
|
|
|
|
makefiles/docker
|
|
|
|
|
makefiles/Makefile
|
2020-02-25 11:26:59 +01:00
|
|
|
Makefile.local
|
|
|
|
|
|
|
|
|
|
docs
|
2020-04-07 00:50:04 +02:00
|
|
|
tools/docker
|
|
|
|
|
tools/release
|
|
|
|
|
tools/win
|
2020-02-25 11:26:59 +01:00
|
|
|
Dependencies.txt
|
|
|
|
|
README.md
|
|
|
|
|
CONTRIBUTING.md
|
2020-04-07 00:50:04 +02:00
|
|
|
#LICENSE-2.0.txt
|
2020-02-25 11:26:59 +01:00
|
|
|
|
2020-07-02 09:50:13 +02:00
|
|
|
# Native CMake/Make build
|
2025-11-17 16:48:37 +01:00
|
|
|
.cache/
|
2020-07-02 09:17:01 +02:00
|
|
|
dependencies/sources
|
|
|
|
|
dependencies/install
|
2020-07-02 09:50:13 +02:00
|
|
|
ortools/gen
|
2022-04-12 15:47:48 +02:00
|
|
|
bazel-*
|
2020-02-25 11:26:59 +01:00
|
|
|
bin
|
2022-04-12 15:47:48 +02:00
|
|
|
classes
|
|
|
|
|
lib
|
|
|
|
|
objs
|
2020-02-25 11:26:59 +01:00
|
|
|
packages
|
|
|
|
|
build/
|
2021-01-08 17:47:09 +01:00
|
|
|
build_cmake/
|
|
|
|
|
build_cross/
|
2022-04-12 15:47:48 +02:00
|
|
|
build_make/
|
2022-06-08 15:24:54 +02:00
|
|
|
install_make/
|
2022-04-12 15:47:48 +02:00
|
|
|
temp_*/
|
2024-09-18 11:56:23 +02:00
|
|
|
export/
|
|
|
|
|
export_meta/
|
2020-02-25 11:26:59 +01:00
|
|
|
|
|
|
|
|
# Editor directories and files
|
|
|
|
|
*.user
|
|
|
|
|
*.swp
|