From e9e2adec63656f1170e9a5af3c38154e60bea052 Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Mon, 24 Feb 2014 14:15:37 -0500 Subject: [PATCH] Update gitignore, README. --- .gitignore | 10 +++++++--- README.md | 4 ++-- 2 files changed, 9 insertions(+), 5 deletions(-) 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`).