diff --git a/.gitignore b/.gitignore index 25aacff..cc17441 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,7 @@ -build/ -dist/ -*.egg-info/ +*.pyc +*.egg +*.egg-info +.DS_Store +__pycache__ +build +dist diff --git a/README.md b/README.md index 1c88284..3709582 100644 --- a/README.md +++ b/README.md @@ -80,5 +80,5 @@ For a list of all command arguments and abbreviations: gitup --help -Finally, all paths can be either absolute (e.g. /path/to/repo) or relative -(e.g. ../my/repo). +Finally, all paths can be either absolute (e.g. `/path/to/repo`) or relative +(e.g. `../my/repo`).