"git@developer.sourcefind.cn:OpenDAS/torch-cluster.git" did not exist on "72b1ce144a2a152ccb88031f47c14d61533a2f07"
Commit fb0164c3 authored by Yanghan Wang's avatar Yanghan Wang Committed by Facebook GitHub Bot
Browse files

exclude d2go&project lib from .gitignore

Summary: It's possible to have `lib` under core `mobile-vision/d2go/{d2go,projects}`, exclude them from `.gitignore`.

Reviewed By: zhanghang1989

Differential Revision: D34288538

fbshipit-source-id: 7094cdf4f52263fbf6ff6707d487bc3328fbbd8b
parent eb54efa2
...@@ -15,6 +15,9 @@ downloads/ ...@@ -15,6 +15,9 @@ downloads/
eggs/ eggs/
.eggs/ .eggs/
lib/ lib/
!d2go/*/lib/
!projects/*/lib/
!projects_oss/*/lib/
lib64/ lib64/
parts/ parts/
sdist/ sdist/
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment