Commit 0b1b77d
authored
Git ignore dist/ (#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 @lucylq1 parent 899ae4d commit 0b1b77d
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
0 commit comments