Skip to content

Commit

Permalink
Update ".gitignore"
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviermartin committed Apr 3, 2024
1 parent 86f9a74 commit 8f17232
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
# IDE files
.vscode/

# Generated files
build
__pycache__
MANIFEST.in
dist
gattlib-py/gattlib_py.egg-info/
1 change: 1 addition & 0 deletions ci/generate-python-package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ mkdir ${gattlib_py_package_dir}/ci/
cp -r ${ROOT_PATH}/ci/install-bluez.sh ${gattlib_py_package_dir}/ci/

# Create MANIFEST.in
rm MANIFEST.in
cat <<EOT >> MANIFEST.in
graft common
graft bluez
Expand Down

0 comments on commit 8f17232

Please sign in to comment.