py9p icon indicating copy to clipboard operation
py9p copied to clipboard

.gitignore tweaks

Open jimdigriz opened this issue 10 years ago • 2 comments

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?

jimdigriz avatar Jan 04 '15 01:01 jimdigriz

Sure. Thanks for heads-up.

svinota avatar Jan 04 '15 01:01 svinota

Should be fixed now.

svinota avatar Jan 04 '15 01:01 svinota