Skip to content

Commit

Permalink
Add entry for torch/lib/pythonX.Y in .gitignore (pytorch#11083)
Browse files Browse the repository at this point in the history
Summary:
I've had `torch/lib/python3.6` show up as part of the build for some time now. It's not ignored which means I need to be extra careful about checking in files, or I end up with a thousand of them in my index.
Pull Request resolved: pytorch#11083

Differential Revision: D9580453

Pulled By: apaszke

fbshipit-source-id: 369e4fe87962696532d111b24f2a4a99b9572bf2
  • Loading branch information
apaszke authored and facebook-github-bot committed Aug 30, 2018
1 parent 4022767 commit 029082e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ torch/lib/pkgconfig
torch/lib/protoc
torch/lib/tmp_install
torch/lib/torch_shm_manager
torch/lib/python*
torch/version.py

# IPython notebook checkpoints
Expand Down

0 comments on commit 029082e

Please sign in to comment.