Files
Guillaume Chatelet caab346d4d Remove examples/tests folder (#4971)
This folder was mostly used to store reproducers for issues but were never proper tests.
2026-01-07 15:58:19 +01:00

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