Skip to content

Commit

Permalink
Merge pull request #263 from gurneyalex/ignore-deb
Browse files Browse the repository at this point in the history
Add Debian / Redhat / MacOS packages to gitignore
  • Loading branch information
sbidoul authored Jun 27, 2024
2 parents 7ae1dbd + 3c189d8 commit 2f499c6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,15 @@ var/
*.egg
*.eggs

# Debian packages
*.deb

# Redhat packages
*.rpm

# MacOS packages
*.dmg

# Installer logs
pip-log.txt
pip-delete-this-directory.txt
Expand Down

0 comments on commit 2f499c6

Please sign in to comment.