py9p
py9p copied to clipboard
.gitignore tweaks
After running:
make dist
The git project has untracked files in it.
aclouter@stevemcqueen:/usr/src/bratwurst/py9p$ git status
# Not currently on any branch.
# Untracked files:
# (use "git add <file>..." to include in what will be committed)
#
# MANIFEST
# dist/
# py9p/__init__.py
# setup.py
nothing added to commit but untracked files present (use "git add" to track)
Any chance of adding them to your .gitignore?
Sure. Thanks for heads-up.
Should be fixed now.