mirror of
https://github.com/google/or-tools.git
synced 2026-03-26 04:00:10 +00:00
112 lines
1.4 KiB
Plaintext
112 lines
1.4 KiB
Plaintext
Makefile.local
|
|
Makefile.local~
|
|
|
|
/build_make/
|
|
/install_make/
|
|
/dependencies/
|
|
/or-tools_*
|
|
/or-tools_cpp*
|
|
/or-tools_dotnet*
|
|
/or-tools_java*
|
|
/or-tools_python*
|
|
/or-tools_data*
|
|
|
|
or-tools*.tar.gz
|
|
or-tools*.zip
|
|
*.snk
|
|
*.a
|
|
*.o
|
|
*.so
|
|
*.py[co]
|
|
*.lib
|
|
*.exp
|
|
*.pdb
|
|
*.pbtxt
|
|
*.ass
|
|
*.swp
|
|
*.swo
|
|
|
|
build*.log
|
|
test.log
|
|
publish*.log
|
|
ortools/gen/
|
|
objs/
|
|
cmake/protobuf-*.cmake
|
|
classes/
|
|
packages/
|
|
temp_test/
|
|
temp_fz/
|
|
temp_fz_test/
|
|
temp_cpp/
|
|
temp_cpp_test/
|
|
temp_dotnet/
|
|
temp_dotnet_test/
|
|
temp_meta_dotnet/
|
|
temp_java/
|
|
temp_java_test/
|
|
temp_meta_java/
|
|
temp_python*
|
|
temp_python*_test/
|
|
temp_archive/
|
|
temp_fz_archive/
|
|
lib/
|
|
bin/
|
|
install/
|
|
examples/notebook/.ipynb_checkpoints
|
|
|
|
# Release stuff
|
|
or-tools.snk
|
|
private-key.gpg
|
|
settings.xml
|
|
export
|
|
export_meta
|
|
|
|
ortools/bazel-*
|
|
examples/bazel-*
|
|
bazel-*
|
|
user.bazelrc
|
|
|
|
.vagrant/
|
|
|
|
tools/docker/export
|
|
|
|
# IDE stuff
|
|
CMakeLists.txt.user
|
|
*.userprefs
|
|
.idea/*
|
|
.idea/
|
|
cache/
|
|
.cache/
|
|
**/.vscode/*
|
|
.DS_Store
|
|
**/.vs/*
|
|
/.helix
|
|
/compile_commands.json
|
|
|
|
ortools/linear_solver/lpi_glop.cc
|
|
|
|
# .Net code gen
|
|
ortools/dotnet/*.props
|
|
ortools/dotnet/*.png
|
|
ortools/dotnet/*/*.csproj
|
|
ortools/dotnet/*/*.fsproj
|
|
ortools/dotnet/*/runtime.json
|
|
ortools/dotnet/*/bin
|
|
ortools/dotnet/*/obj
|
|
ortools/**/samples/bin
|
|
ortools/**/samples/obj
|
|
examples/contrib/bin
|
|
examples/contrib/obj
|
|
examples/dotnet/bin
|
|
examples/dotnet/obj
|
|
|
|
# cmake code gen (assumes -Bbuild)
|
|
.cmake/
|
|
CMakeCache.txt
|
|
CMakeFiles
|
|
DartConfiguration.tcl
|
|
/build*/
|
|
|
|
# Ignore Bzlmod lock file until it is more stable
|
|
MODULE.bazel.lock
|