Skip to content

Commit a60edd8

Browse files
apaszkePenghuiCheng
authored andcommitted
Add entry for torch/lib/pythonX.Y in .gitignore (pytorch#11083)
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
1 parent d9f72df commit a60edd8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ torch/lib/pkgconfig
6464
torch/lib/protoc
6565
torch/lib/tmp_install
6666
torch/lib/torch_shm_manager
67+
torch/lib/python*
6768
torch/version.py
6869

6970
# IPython notebook checkpoints

0 commit comments

Comments
 (0)