update .gitignore
add *.swp (vim) temp-python (make pypi_archive_dir) jupyter notebook cache
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -18,14 +18,17 @@ or-tools*.zip
|
||||
*.exp
|
||||
*.pdb
|
||||
*.ass
|
||||
*.swp
|
||||
|
||||
bin/
|
||||
ortools/gen/
|
||||
objs/
|
||||
temp/
|
||||
temp-python*
|
||||
lib/
|
||||
examples/csharp/solution/*.csproj
|
||||
examples/csharp/*.sln
|
||||
examples/notebook/.ipynb_checkpoints
|
||||
|
||||
ortools/bazel-*
|
||||
examples/bazel-*
|
||||
|
||||
Reference in New Issue
Block a user