Skip to content

Commit c8f3016

Browse files
jathuDannyYuyang-quic
authored andcommitted
Git ignore dist/ (pytorch#9282)
### Summary The default wheel gets built in `dist/`, so let's ignore it. ### Test plan ```bash $ python setup.py bdist_wheel # dist/ should not show up $ git status ``` cc @larryliu0820 @lucylq
1 parent f29ea55 commit c8f3016

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ cmake-android-out/
1515
cmake-ios-out/
1616
cmake-out*
1717
cmake-out-android/
18+
dist/
1819
ethos-u-scratch/
1920
executorch.egg-info
2021
pip-out/

0 commit comments

Comments
 (0)