Skip to content

Commit 720b6e6

Browse files
authored
Merge pull request ROBOTIS-GIT#618 from DanielHou315/master
Update .gitignore to exclude python build files
2 parents 3450c70 + 10d399d commit 720b6e6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,11 @@
4646

4747
# Mac
4848
.DS_Store
49+
50+
# Visual Studio Code
51+
.vscode/
52+
53+
# Python Install Build Files
54+
python/build/
55+
python/dist/
56+
python/src/dynamixel_sdk.egg-info/

0 commit comments

Comments
 (0)