mirror of
https://github.com/thearn/Python-Arduino-Command-API.git
synced 2026-04-24 03:00:20 -04:00
Update .gitignore
This commit is contained in:
9
.gitignore
vendored
9
.gitignore
vendored
@@ -1,9 +1,14 @@
|
||||
|
||||
# IDE #
|
||||
#######
|
||||
*.wpr
|
||||
*.wpu
|
||||
|
||||
# Directories #
|
||||
###############
|
||||
bin/
|
||||
dist/
|
||||
*.egg-info
|
||||
|
||||
# Compiled source #
|
||||
###################
|
||||
*.com
|
||||
@@ -12,6 +17,7 @@
|
||||
*.exe
|
||||
*.o
|
||||
*.so
|
||||
*.pyc
|
||||
|
||||
# Packages #
|
||||
############
|
||||
@@ -25,6 +31,7 @@
|
||||
*.rar
|
||||
*.tar
|
||||
*.zip
|
||||
*.egg
|
||||
|
||||
# Logs and databases #
|
||||
######################
|
||||
|
||||
Reference in New Issue
Block a user