update .gitignore

add *.swp (vim)
temp-python (make pypi_archive_dir)
jupyter notebook cache
This commit is contained in:
Corentin Le Molgat
2017-11-22 17:48:44 +01:00
parent 2126949bb5
commit e4ef0d1eb5

3
.gitignore vendored
View File

@@ -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-*